|
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 | |
|---|
| 1 | use strict; |
|---|
| 2 | use lib "../../", "../../inc"; |
|---|
| 3 | use inc::Module::Install prefix => '../../inc'; |
|---|
| 4 | |
|---|
| 5 | name ('Perl::MetaClass'); |
|---|
| 6 | version ('0.0.1'); |
|---|
| 7 | abstract ('Class System for Perl 6'); |
|---|
| 8 | author ('Stevan Little <stevan@iinteractive.com>, Sam Vilain <samv@cpan.org>'); |
|---|
| 9 | license ('perl'); |
|---|
| 10 | |
|---|
| 11 | WritePugs (6); |
|---|