/[Lingua-Spelling-Alternative]/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Tue Nov 18 13:54:14 2003 UTC (20 years, 4 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -1 lines
File MIME type: text/plain
added README file, spelling fixes

1 #!/usr/bin/perl
2
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile
6 ( NAME => 'Lingua::Spelling::Alternative',
7 AUTHOR => 'Dobrica Pavlinusic <dpavlin@rot13.org>',
8 ABSTRACT => 'Produce all alternative forms of given word',
9 VERSION_FROM => 'Alternative.pm',
10 dist => {
11 COMPRESS => 'gzip -9f',
12 SUFFIX => 'gz',
13 },
14 );

  ViewVC Help
Powered by ViewVC 1.1.26