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') {

Reply via email to