File: Makefile.PL

package info (click to toggle)
libidna-punycode-perl 0.03-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 68 kB
  • ctags: 22
  • sloc: perl: 140; makefile: 42
file content (9 lines) | stat: -rw-r--r-- 209 bytes parent folder | download
1
2
3
4
5
6
7
8
9
use ExtUtils::MakeMaker;
require 5.6.0;
WriteMakefile(
    'NAME'      => 'IDNA::Punycode',
    'VERSION_FROM' => 'lib/IDNA/Punycode.pm', # finds $VERSION
    'PREREQ_PM' => {
	'Test::More' => 0.32,
    },
);