Makefile.PL 499 B

1234567891011121314151617181920
  1. # Note: this file was auto-generated by Module::Build::Compat version 0.4234
  2. require 5.006;
  3. use ExtUtils::MakeMaker;
  4. WriteMakefile
  5. (
  6. 'NAME' => 'Lingua::RO::Numbers',
  7. 'VERSION_FROM' => 'lib/Lingua/RO/Numbers.pm',
  8. 'PREREQ_PM' => {
  9. 'Encode' => 0,
  10. 'Test::More' => 0,
  11. 'strict' => 0,
  12. 'utf8' => 0,
  13. 'warnings' => 0
  14. },
  15. 'INSTALLDIRS' => 'site',
  16. 'EXE_FILES' => [],
  17. 'PL_FILES' => {}
  18. )
  19. ;