root/ext/File-Spec/Makefile.PL

Revision 2937, 283 bytes (checked in by iblech, 4 years ago)

* Added the sual svn properties to src/, ext/, and t/.
* Added EOLs at EOFs.

  • Property svn:mime-type set to text/plain; charset=UTF-8
  • Property svn:eol-style set to native
Line 
1use strict;
2use lib "../..", "../../inc";
3use inc::Module::Install prefix => '../../inc';
4
5name       ('File::Spec');
6version    ('0.01');
7abstract   ('Module for portable file handling');
8author     ('Stevan Little <stevan@iinteractive.com>');
9license    ('perl');
10
11WritePugs  (6);
Note: See TracBrowser for help on using the browser.