/usr/local/CPAN/OurCal/Makefile.PL
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'OurCal',
'VERSION_FROM' => 'lib/OurCal.pm',
'PREREQ_PM' => {
'CGI' => '0',
'CGI::Carp' => '0',
'Carp' => '0',
'Config::INI::Reader' => '0',
'DBI' => '0',
'Data::ICal::DateTime' => '0',
'Data::ICal::Entry::Event' => '0',
'DateTime' => '0',
'DateTime::Span' => '0',
'Digest::MD5' => '0',
'File::Path' => '0',
'File::Spec' => '0',
'HTTP::Date' => '0',
'LWP::Simple' => '0',
'Lingua::EN::Numbers::Ordinate' => '0',
'Module::Pluggable' => '0',
'Storable' => '0',
'Template' => '0',
'Test::More' => '0.62',
'Text::Chump' => '0',
'UNIVERSAL::require' => '0',
'URI::Find::Simple' => '0'
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [
'/usr/home/simon/projects/perl/OurCal/bin/ourcal'
],
'PL_FILES' => {}
)
;