Tree-DAG_Node-Persist
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
print "By default, t/test.t will use File::Temp and DBD::SQLite. \n";
print "To over-ride this, set the env vars \$DBI_DSN, \$DBI_USER and \$DBI_PASS. \n";
print "In all cases, t/test.t will use a table called 'menus'. \n";
print "\n";
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
my(%params) =
(
($] ge '5.005') ?
(
AUTHOR => 'Ron Savage (ron@savage.net.au)',
ABSTRACT => 'Persist multiple trees in a single db table, preserving child order',
) : (),
clean =>
{
FILES => 'blib/* Makefile Tree-DAG_Node-Persist-*'
},
dist =>
{
( run in 1.031 second using v1.01-cache-2.11-cpan-a49fcb8fa48 )