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.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'IOC::Slinky::Container',
          'VERSION_FROM' => 'lib/IOC/Slinky/Container.pm',
          'PREREQ_PM' => {
                           'Carp' => 0,
                           'Class::Load' => 0,
                           'DBD::SQLite' => 0,
                           'DateTime' => 0,
                           'Moose' => 0,
                           'Scalar::Util' => 0,
                           'Test::Exception' => 0,
                           'Test::More' => 0,
                           'YAML' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;