[svn:DBD-Pg] r13128 - DBD-Pg/trunk [email protected] Mon, 27 Jul 2009 14:54:51 -0700 (PDT) Newsgroups perl.dbd.pg.changes Message-ID <[email protected]> Author: turnstep Date: Mon Jul 27 14:54:51 2009 New Revision: 13128 Modified: DBD-Pg/trunk/Makefile.PL Log: Remove the test database dir on real|dist clean Modified: DBD-Pg/trunk/Makefile.PL ============================================================================== --- DBD-Pg/trunk/Makefile.PL (original) +++ DBD-Pg/trunk/Makefile.PL Mon Jul 27 14:54:51 2009 @@ -212,6 +212,7 @@ NEEDS_LINKING => 1, NO_META => 1, clean => { FILES => 'trace Pg.xsi README.testdatabase' }, + realclean => { FILES => 'dbdpg_test_database/' }, ); if ($os eq 'hpux') {