root/ext/Set-Relation/Makefile.PL

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 
1use strict;
2use warnings;
3
4use lib '../..', '../../inc';
5use inc::Module::Install prefix => '../../inc';
6
7name       ('Set::Relation');
8version    ('0.0.2'); # 'VERSION_FROM' => 'lib/Set/Relation.pm'
9abstract   ('Relation data type for Perl');
10author     ('Darren R. Duncan <perl@DarrenDuncan.net>');
11license    ('perl');
12
13WritePugs  (6);
Note: See TracBrowser for help on using the browser.