source: trunk/essentials/dev-lang/perl/ext/Encode/Unicode/Makefile.PL@ 3314

Last change on this file since 3314 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 208 bytes
Line 
1use 5.7.2;
2use strict;
3use ExtUtils::MakeMaker;
4
5WriteMakefile(
6 INC => "-I../Encode",
7 NAME => 'Encode::Unicode',
8 VERSION_FROM => "Unicode.pm",
9 MAN3PODS => {},
10 );
11
Note: See TracBrowser for help on using the repository browser.