root/ext/Set-Infinite/Makefile.PL

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 
1use lib "../../", "../../inc";
2use inc::Module::Install prefix => '../../inc';
3
4name       ('Set::Infinite');
5version    ('0.01');
6abstract   ('Span sets and recurrences');
7author     ('Flavio S. Glock');
8license    ('perl');
9
10WritePugs  (6);
Note: See TracBrowser for help on using the browser.