[Catalyst-commits] r6447 - trunk/Catalyst-Log-Log4perl
adam at dev.catalyst.perl.org
adam at dev.catalyst.perl.org
Wed May 30 20:15:54 GMT 2007
Author: adam
Date: 2007-05-30 20:15:54 +0100 (Wed, 30 May 2007)
New Revision: 6447
Modified:
trunk/Catalyst-Log-Log4perl/Makefile.PL
Log:
Adding Data::Dump as a requirement
Modified: trunk/Catalyst-Log-Log4perl/Makefile.PL
===================================================================
--- trunk/Catalyst-Log-Log4perl/Makefile.PL 2007-05-30 19:14:16 UTC (rev 6446)
+++ trunk/Catalyst-Log-Log4perl/Makefile.PL 2007-05-30 19:15:54 UTC (rev 6447)
@@ -6,6 +6,7 @@
requires( 'Log::Log4perl' => '0.49');
requires( 'Params::Validate' => 0 );
requires( 'Sub::Install' => 0 );
+requires( 'Data::Dump' => 0 );
auto_include;
auto_install;
More information about the Catalyst-commits
mailing list