/usr/local/CPAN/Calendar-Simple/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.3603
require 5.006000;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Calendar::Simple',
          'VERSION_FROM' => 'lib/Calendar/Simple.pm',
          'PREREQ_PM' => {
                           'Carp' => 0,
                           'Config' => 0,
                           'Test::More' => 0,
                           'Time::Local' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/pcal'
                         ],
          'PL_FILES' => {}
        )
;