|
Revision 20277, 312 bytes
(checked in by Darren_Duncan, 9 months ago)
|
|
ext/Muldis-Rosetta/ : this is the Perl 6 equivalent of what will end up on CPAN as Muldis::Rosetta version 0.7.0 for Perl 5
|
-
Property svn:mime-type set to
text/plain; charset=UTF-8
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | use strict; |
|---|
| 2 | use warnings; |
|---|
| 3 | |
|---|
| 4 | use lib '../..', '../../inc'; |
|---|
| 5 | use inc::Module::Install prefix => '../../inc'; |
|---|
| 6 | |
|---|
| 7 | name ('Muldis::Rosetta'); |
|---|
| 8 | version ('0.7.0'); |
|---|
| 9 | abstract ('Full-featured truly relational DBMS in Perl'); |
|---|
| 10 | author ('Darren Duncan <perl@DarrenDuncan.net>'); |
|---|
| 11 | license ('lgpl'); |
|---|
| 12 | |
|---|
| 13 | WritePugs (6); |
|---|