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.4007
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Bintray::API',
  'VERSION_FROM' => 'lib/Bintray/API.pm',
  'PREREQ_PM' => {
                   'Encode' => 0,
                   'HTTP::Tiny' => 0,
                   'JSON::Any' => 0,
                   'MIME::Base64' => 0,
                   'Object::Tiny' => 0,
                   'Params::Validate' => 0,
                   'Test::More' => 0,
                   'URI::Encode' => '0.08'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {},
  'test' => {
              'TESTS' => 't/*.t'
            }
)
;