|
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 | |
|---|
| 1 | use strict; |
|---|
| 2 | use lib "../..", "../../inc"; |
|---|
| 3 | use inc::Module::Install prefix => '../../inc'; |
|---|
| 4 | |
|---|
| 5 | name ('File::Spec'); |
|---|
| 6 | version ('0.01'); |
|---|
| 7 | abstract ('Module for portable file handling'); |
|---|
| 8 | author ('Stevan Little <stevan@iinteractive.com>'); |
|---|
| 9 | license ('perl'); |
|---|
| 10 | |
|---|
| 11 | WritePugs (6); |
|---|