/Template-Plugin-RPM2/dist/Makefile.PL

[view plain text]

# Note: this file was auto-generated by Module::Build::Compat version 0.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Template::Plugin::RPM2',
          'VERSION_FROM' => 'lib/Template/Plugin/RPM2.pm',
          'PREREQ_PM' => {
                           'RPM2' => 0,
                           'Template' => '2',
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;