|
Revision 13316, 339 bytes
(checked in by Darren_Duncan, 2 years ago)
|
|
incremented or decremented version numbers of my ext/ modules, brought Pugs' ChangeLog? up to date regarding my modules
|
-
Property svn:mime-type set to
text/plain; charset=UTF-8
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | use strict; |
|---|
| 2 | use warnings; |
|---|
| 3 | |
|---|
| 4 | use lib '../..', '../../inc'; |
|---|
| 5 | use inc::Module::Install prefix => '../../inc'; |
|---|
| 6 | |
|---|
| 7 | name ('Set::Relation'); |
|---|
| 8 | version ('0.0.2'); # 'VERSION_FROM' => 'lib/Set/Relation.pm' |
|---|
| 9 | abstract ('Relation data type for Perl'); |
|---|
| 10 | author ('Darren R. Duncan <perl@DarrenDuncan.net>'); |
|---|
| 11 | license ('perl'); |
|---|
| 12 | |
|---|
| 13 | WritePugs (6); |
|---|