Codebase list libencode-zapcp1252-perl / HEAD Makefile.PL
HEAD

Tree @HEAD (Download .tar.gz)

Makefile.PL @HEADraw · history · blame

# Note: this file was auto-generated by Module::Build::Compat version 0.4229
require 5.006002;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'VERSION_FROM' => 'lib/Encode/ZapCP1252.pm',
  'PREREQ_PM' => {
                   'Module::Build' => '0.36',
                   'Test::More' => '0.17'
                 },
  'EXE_FILES' => [],
  'NAME' => 'Encode::ZapCP1252'
)
;