PageRenderTime 46ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/Class-InsideOut-1.10/Makefile.PL

#
Perl | 20 lines | 19 code | 0 blank | 1 comment | 0 complexity | 99176c75f0c46d5c5fe872f8be0021bf MD5 | raw file
Possible License(s): Apache-2.0
  1. # Note: this file was auto-generated by Module::Build::Compat version 0.34
  2. require 5.005;
  3. use ExtUtils::MakeMaker;
  4. WriteMakefile
  5. (
  6. 'PL_FILES' => {},
  7. 'INSTALLDIRS' => 'site',
  8. 'NAME' => 'Class::InsideOut',
  9. 'EXE_FILES' => [],
  10. 'VERSION_FROM' => 'lib/Class/InsideOut.pm',
  11. 'PREREQ_PM' => {
  12. 'base' => 0,
  13. 'Test::More' => '0.45',
  14. 'Scalar::Util' => '1.09',
  15. 'Class::ISA' => 0,
  16. 'Exporter' => 0,
  17. 'Config' => 0
  18. }
  19. )
  20. ;