root/ext/Perl6-Value-List/Makefile.PL

Revision 6165, 265 bytes (checked in by fglock, 3 years ago)

* updated P6::V::List makefile

  • Property svn:mime-type set to text/plain; charset=UTF-8
  • Property svn:eol-style set to native
Line 
1use strict;
2use lib "../../", "../../inc";
3use inc::Module::Install prefix => '../../inc';
4
5name       ('Perl6::Value::List');
6version    ('0.01');
7abstract   ('Implementation of Perl6 "List"');
8author     ('Flavio S. Glock');
9license    ('perl');
10
11WritePugs  (6);
Note: See TracBrowser for help on using the browser.