/Parse-RPM-Spec/dist/Makefile.PL

[view plain text]

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