root/ext/Locale-KeyedText/Makefile.PL

Revision 16139, 360 bytes (checked in by bsb, 21 months ago)

r778@ogum: bsb | 2007-04-27 19:20:01 +1000
Revert name change in Makefile.PL, bug not duplicated w/ clean

  • Property svn:mime-type set to text/plain; charset=UTF-8
  • Property svn:eol-style set to native
Line 
1use strict;
2use warnings;
3
4use lib '../..', '../../inc';
5use inc::Module::Install prefix => '../../inc';
6
7name       ('Locale::KeyedText');
8version    ('1.74.0'); # 'VERSION_FROM' => 'lib/Locale/KeyedText.pm'
9abstract   ('Refer to user messages in programs by keys');
10author     ('Darren Duncan <perl@DarrenDuncan.net>');
11license    ('lgpl');
12
13WritePugs  (6);
Note: See TracBrowser for help on using the browser.