Author: turnstep
Date: Thu Dec 17 09:06:50 2009
New Revision: 13673
Modified:
DBD-Pg/trunk/Makefile.PL
Log:
Don't recurse, it's all at the top.
Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL (original)
+++ DBD-Pg/trunk/Makefile.PL Thu Dec 17 09:06:50 2009
@@ -211,6 +211,7 @@
PERL_MALLOC_OK => 1,
NEEDS_LINKING => 1,
NO_META => 1,
+ NORECURS => 1,
clean => { FILES => 'trace Pg.xsi README.testdatabase' },
realclean => { FILES => 'dbdpg_test_database/' },
);