The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4220
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' => {}
)
;