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.4204
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'SVG::Calendar',
  'VERSION_FROM' => 'lib/SVG/Calendar.pm',
  'PREREQ_PM' => {
                   'Clone' => '0.17',
                   'Config::Std' => 0,
                   'DateTime::Format::Strptime' => 0,
                   'Image::ExifTool' => '7.0',
                   'Math::Trig' => '1.15',
                   'Readonly' => '1.03',
                   'SVG' => '2.33',
                   'Template' => '2.14',
                   'Template::Provider::FromDATA' => '0.08',
                   'Test::More' => 0,
                   'version' => '0.74'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/svgcal.pl'
                 ],
  'PL_FILES' => {}
)
;