Re: DBI 2.0 interface change request

2004-08-04 Thread Leon Brocard
an OO wrapper around them. DBIx::Object, anyone? Leon -- Leon Brocard.http://www.astray.com/ scribot.http://www.scribot.com/ ... Genetic scientists wear designer genes

[PATCH] Return correct value from Makefile.PL

2003-08-19 Thread Leon Brocard
( +my $rv = WriteMakefile( dbd_edit_mm_attribs(\%opts, { create_pp_tests = 1, }) @@ -201,6 +201,7 @@ use the ppm utility to fetch and install a prebuilt DBI instead. EOT +$rv; # = -- Leon Brocard