root/misc/Perl-MetaModel/Makefile.PL

Revision 2923, 309 bytes (checked in by Stevan, 4 years ago)

changing the name of Perl-MetaClass? to Perl-MetaModel?; the name gives us wider breadth

  • 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       ('Perl::MetaClass');
6version    ('0.0.1');
7abstract   ('Class System for Perl 6');
8author     ('Stevan Little <stevan@iinteractive.com>, Sam Vilain <samv@cpan.org>');
9license    ('perl');
10
11WritePugs  (6);
Note: See TracBrowser for help on using the browser.