[Catalyst-commits] r8547 - Catalyst-Runtime/5.80/trunk
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Fri Oct 17 02:20:32 BST 2008
Author: rafl
Date: 2008-10-17 02:20:32 +0100 (Fri, 17 Oct 2008)
New Revision: 8547
Modified:
Catalyst-Runtime/5.80/trunk/Makefile.PL
Log:
Require Sub::Exporter.
Modified: Catalyst-Runtime/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Runtime/5.80/trunk/Makefile.PL 2008-10-17 01:13:31 UTC (rev 8546)
+++ Catalyst-Runtime/5.80/trunk/Makefile.PL 2008-10-17 01:20:32 UTC (rev 8547)
@@ -22,6 +22,7 @@
requires 'Module::Pluggable' => '3.01';
requires 'Path::Class' => '0.09';
requires 'Scalar::Util';
+requires 'Sub::Exporter';
requires 'Text::SimpleTable' => '0.03';
requires 'Time::HiRes';
requires 'Tree::Simple' => '1.15';
More information about the Catalyst-commits
mailing list