# Note: this file was auto-generated by Module::Build::Compat version 0.4203
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'WWW::Weebly',
'VERSION_FROM' => 'lib/WWW/Weebly.pm',
'PREREQ_PM' => {
'HTTP::Tiny' => 0,
'Test::More' => 0,
'URI::Escape' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
)
;