[Bps-public-commit] r9770 - TAP-Harness-Remote

jesse at bestpractical.com jesse at bestpractical.com
Fri Nov 30 14:49:55 EST 2007


Author: jesse
Date: Fri Nov 30 14:49:53 2007
New Revision: 9770

Modified:
   TAP-Harness-Remote/Makefile.PL

Log:
* Auto-Install dependencies

Modified: TAP-Harness-Remote/Makefile.PL
==============================================================================
--- TAP-Harness-Remote/Makefile.PL	(original)
+++ TAP-Harness-Remote/Makefile.PL	Fri Nov 30 14:49:53 2007
@@ -7,5 +7,5 @@
 license('perl');
 requires('Test::More');
 requires('TAP::Harness' => 3.04);
-
+auto_install();
 &WriteAll;



More information about the Bps-public-commit mailing list