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.340201
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Reprepro::Uploaders',
          'VERSION_FROM' => 'lib/Reprepro/Uploaders.pm',
          'PREREQ_PM' => {
                           'Class::Accessor' => 0,
                           'Config::Augeas' => '0.801',
                           'Test::More' => 0,
                           'Text::Glob' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;