/usr/local/CPAN/WWW-FMyLife/Makefile.PL
# Note: this file was auto-generated by Module::Build::Compat version 0.3603
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'WWW::FMyLife',
'VERSION_FROM' => 'lib/WWW/FMyLife.pm',
'PREREQ_PM' => {
'LWP::UserAgent' => 0,
'Moose' => '0.86',
'Net::Ping' => 0,
'Sub::Override' => 0,
'Test::Deep' => 0,
'Test::MockObject::Extends' => 0,
'Test::More' => '0.88',
'XML::Simple' => '2.18'
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {},
'test' => {
'TESTS' => 't/*.t t/data/*.t t/view/*.t'
}
)
;