/usr/local/CPAN/MetaStore/Makefile.PL
# Note: this file was auto-generated by Module::Build::Compat version 0.3607
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'MetaStore',
'VERSION_FROM' => 'lib/MetaStore.pm',
'PREREQ_PM' => {
'Archive::Zip' => '1.16',
'Collection' => '0.45',
'Data::UUID' => '0.11',
'IO::Zlib' => '1.04',
'JSON' => '2.07',
'MIME::Base64' => '3.07',
'Template' => '2.14',
'WebDAO' => '2.0',
'XML::Flow' => '0.86'
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
)
;