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.3603
require 5.008005;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Padre::Plugin::Nopaste',
          'VERSION_FROM' => 'lib/Padre/Plugin/Nopaste.pm',
          'PREREQ_PM' => {
                           'App::Nopaste' => 0,
                           'File::Basename' => 0,
                           'File::Spec::Functions' => 0,
                           'Module::Util' => 0,
                           'Padre' => '0.65',
                           'Padre::Plugin' => '0.65',
                           'Padre::Task' => '0.65',
                           'Test::More' => 0,
                           'parent' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;