[STD] Clear $*IN_DECL in body of packageoids so package Foo { $frog++ } fails
[pugs.git] / ext / Set-Infinite / Makefile.PL
blob181ddaf102546336e9c320c951f03f079a4eb95b
1 use lib "../../", "../../inc";
2 use inc::Module::Install prefix => '../../inc';
4 name       ('Set::Infinite');
5 version    ('0.01');
6 abstract   ('Span sets and recurrences');
7 author     ('Flavio S. Glock');
8 license    ('perl');
10 WritePugs  (6);