# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'WWW::Amazon::Wishlist', 'VERSION_FROM' => 'lib/WWW/Amazon/Wishlist.pm', 'PREREQ_PM' => { 'Carp' => '0', 'Getopt::Long' => '0', 'LWP' => '0', 'Test::More' => 0, 'Template::Extract' => '0' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [ 'bin/amazonwish' ], 'PL_FILES' => {} ) ;