File: Makefile.PL

package info (click to toggle)
libunicode-stringprep-perl 1.105%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 272 kB
  • sloc: perl: 3,557; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Note: this file was auto-generated by Module::Build::Compat version 0.4208
require 5.008003;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'Unicode::Stringprep',
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/Unicode/Stringprep.pm',
  'PREREQ_PM' => {
                   'Test::More' => 0,
                   'Test::NoWarnings' => 0,
                   'Unicode::Normalize' => 1
                 }
)
;