|
Revision 5283, 243 bytes
(checked in by iblech, 4 years ago)
|
|
Usual svn props added to fglock++'s new ext/DateTime-Set and ext/Set-Infinite,
include the appropriate svn:ignore to hide autogenerated files like Makefile, etc.
|
-
Property svn:mime-type set to
text/plain; charset=UTF-8
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | use lib "../../", "../../inc"; |
|---|
| 2 | use inc::Module::Install prefix => '../../inc'; |
|---|
| 3 | |
|---|
| 4 | name ('Set::Infinite'); |
|---|
| 5 | version ('0.01'); |
|---|
| 6 | abstract ('Span sets and recurrences'); |
|---|
| 7 | author ('Flavio S. Glock'); |
|---|
| 8 | license ('perl'); |
|---|
| 9 | |
|---|
| 10 | WritePugs (6); |
|---|