The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'DBIx::Class::DateTime::Epoch',
          'VERSION_FROM' => 'lib/DBIx/Class/DateTime/Epoch.pm',
          'PREREQ_PM' => {
                           'DBIx::Class' => '0',
                           'DateTime' => '0',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;