File: Makefile.PL

package info (click to toggle)
libuniversal-moniker-perl 0.08-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 52 kB
  • ctags: 4
  • sloc: perl: 31; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/perl -w
use ExtUtils::MakeMaker;

warn <<"EOT";
Hello!

We no longer depend on Lingua::EN::Inflect.
If you care about plurals, you should install it.

EOT

WriteMakefile(
    'NAME'	=> 'UNIVERSAL::moniker',
    'VERSION_FROM'	=> 'moniker.pm',
);