root/ext/Muldis-Rosetta/Makefile.PL

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 
1use strict;
2use warnings;
3
4use lib '../..', '../../inc';
5use inc::Module::Install prefix => '../../inc';
6
7name       ('Muldis::Rosetta');
8version    ('0.7.0');
9abstract   ('Full-featured truly relational DBMS in Perl');
10author     ('Darren Duncan <perl@DarrenDuncan.net>');
11license    ('lgpl');
12
13WritePugs  (6);
Note: See TracBrowser for help on using the browser.