[svn:DBD-Pg] r13673 - DBD-Pg/trunk [email protected] Thu, 17 Dec 2009 09:06:51 -0800 (PST) Newsgroups perl.dbd.pg.changes Message-ID <[email protected]> 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/' }, );