[svn:dbi] r15586 - dbi/trunk

[email protected] Fri, 22 Mar 2013 13:34:32 -0700 (PDT)
Newsgroups perl.dbi.changes
Message-ID <[email protected]>
Author: timbo
Date: Fri Mar 22 13:34:32 2013
New Revision: 15586

Modified:
   dbi/trunk/Makefile.PL

Log:
Bump ptest make target from --jobs 4 to 8

Modified: dbi/trunk/Makefile.PL
==============================================================================
--- dbi/trunk/Makefile.PL	(original)
+++ dbi/trunk/Makefile.PL	Fri Mar 22 13:34:32 2013
@@ -374,7 +374,7 @@
 	$(CP) Changes $(changes_pm)
 
 ptest:  all
-	prove --blib --jobs 4 --shuffle
+	prove --blib --jobs 8 --shuffle
 
 faq:
 	: checkin any local changes not already checked in before overwriting