File: Makefile.PL

package info (click to toggle)
libnet-idn-encode-perl 2.500-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 4,804 kB
  • sloc: perl: 416; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Note: this file was auto-generated by Module::Build::Compat version 0.4224
require 5.008005;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'NAME' => 'Net::IDN::Encode',
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/Net/IDN/Encode.pm',
  'INSTALLDIRS' => 'site',
  'PREREQ_PM' => {
                   'Unicode::Normalize' => 0,
                   'ExtUtils::CBuilder' => 0
                 }
)
;