/[MIME-Charset]/tags/MIME-Charset-0.04/Makefile.PL
ViewVC logotype

Contents of /tags/MIME-Charset-0.04/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7 - (show annotations) (download)
Sun Oct 22 06:04:24 2006 UTC (3 years, 10 months ago) by hatukanezumi
File MIME type: text/plain
File size: 246 byte(s)
Release 0.04
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile(
4 'NAME' => 'MIME::Charset',
5 'ABSTRACT_FROM' => 'Charset.pm',
6 'VERSION_FROM' => 'Charset.pm',
7 'PREREQ_PM' => ($] >= 5.008001)? {
8 'Encode' => 1.98,
9 'Test' => 0,
10 }: {
11 'Test' => 0,
12 },
13 );
14

  ViewVC Help
Powered by ViewVC 1.1.5