/[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.1 - (show annotations)
Mon Feb 11 14:26:22 2002 UTC (22 years, 1 month ago) by dpavlin
Branch: MAIN
File MIME type: text/plain
perl module

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 => { COMPRESS => 'gzip -9f',
11 SUFFIX => 'gz',
12 },
13 );

  ViewVC Help
Powered by ViewVC 1.1.26