/[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.2 - (show annotations)
Tue Feb 12 14:31:15 2002 UTC (22 years, 1 month ago) by dpavlin
Branch: MAIN
Changes since 1.1: +5 -3 lines
File MIME type: text/plain
last changes before release

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 PREOP => 'pod2text Alternative.pm > $(DISTVNAME)/README',
12 COMPRESS => 'gzip -9f',
13 SUFFIX => 'gz',
14 },
15 );

  ViewVC Help
Powered by ViewVC 1.1.26