[Catalyst-commits] r14309 - trunk/historical/Catalyst-Log-Log4perl/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Thu Jun 21 06:50:22 GMT 2012


Author: t0m
Date: 2012-06-21 06:50:22 +0000 (Thu, 21 Jun 2012)
New Revision: 14309

Modified:
   trunk/historical/Catalyst-Log-Log4perl/trunk/Changes
   trunk/historical/Catalyst-Log-Log4perl/trunk/Makefile.PL
Log:
Stop wrongly bundling Test::More without Test::Builder. RT#77939

Modified: trunk/historical/Catalyst-Log-Log4perl/trunk/Changes
===================================================================
--- trunk/historical/Catalyst-Log-Log4perl/trunk/Changes	2012-06-20 12:08:11 UTC (rev 14308)
+++ trunk/historical/Catalyst-Log-Log4perl/trunk/Changes	2012-06-21 06:50:22 UTC (rev 14309)
@@ -1,5 +1,7 @@
 Revision history for Catalyst::Log::Log4perl
 
+  - Stop wrongly bundling Test::More without Test::Builder. RT#77939
+
 1.05 Tue Oct 27 19:08:00 BST 2011
   - DEPRECATED in favor of Log::Log4perl::Catalyst
 

Modified: trunk/historical/Catalyst-Log-Log4perl/trunk/Makefile.PL
===================================================================
--- trunk/historical/Catalyst-Log-Log4perl/trunk/Makefile.PL	2012-06-20 12:08:11 UTC (rev 14308)
+++ trunk/historical/Catalyst-Log-Log4perl/trunk/Makefile.PL	2012-06-21 06:50:22 UTC (rev 14309)
@@ -14,7 +14,5 @@
 
 test_requires 'Test::More';
 
-auto_include;
-auto_install;
-
 WriteAll;
+




More information about the Catalyst-commits mailing list