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.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Time::Piece::ISO',
  'VERSION_FROM' => 'lib/Time/Piece/ISO.pm',
  'PREREQ_PM' => {
                   'Module::Build' => '0.2701',
                   'Test::More' => '0.17',
                   'Time::Piece' => '1.01'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;