/usr/local/CPAN/Muldis-DB/Makefile.PL


use 5.008001;
use utf8;
use strict;
use warnings FATAL => 'all';

warn q{
---------------------------------------------------------------------------
    NOTE: Please ignore any warnings during installation about the use of
    "=encoding utf8" in the pod documentation.

    Continuing in 3 seconds...
---------------------------------------------------------------------------
};
sleep 3;

use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME' => 'Muldis::DB',
    'VERSION' => '0.4.0',
    'ABSTRACT' => 'Full-featured truly relational DBMS in Perl',
    'AUTHOR' => 'Darren Duncan <perl@DarrenDuncan.net>',
    'LICENSE' => 'lgpl',
    'PREREQ_PM' => {
    },
);

1; # Magic true value required at end of a reusable file's code.