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' => 'Data::Phrasebook::Loader::JSON::Syck',
          'VERSION_FROM' => 'lib/Data/Phrasebook/Loader/JSON/Syck.pm',
          'PREREQ_PM' => {
                           'Carp' => '0',
                           'Data::Phrasebook' => '0',
                           'File::Slurp' => '0',
                           'File::Spec' => '0',
                           'FindBin' => '0',
                           'JSON::Syck' => '0',
                           'Test::Exception' => '0.21',
                           'Test::More' => '0.47'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;