[Catalyst-commits] r8566 - trunk/Catalyst-Plugin-Session

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sat Oct 18 15:01:17 BST 2008


Author: t0m
Date: 2008-10-18 15:01:17 +0100 (Sat, 18 Oct 2008)
New Revision: 8566

Modified:
   trunk/Catalyst-Plugin-Session/Makefile.PL
Log:
Unfuck Makefile.PL

Modified: trunk/Catalyst-Plugin-Session/Makefile.PL
===================================================================
--- trunk/Catalyst-Plugin-Session/Makefile.PL	2008-10-17 14:57:35 UTC (rev 8565)
+++ trunk/Catalyst-Plugin-Session/Makefile.PL	2008-10-18 14:01:17 UTC (rev 8566)
@@ -18,7 +18,7 @@
 requires 'Object::Signature';
 
 # an indirect dep. needs a certain version.
-requires 'Tie::Refhash' => '1.34';
+requires 'Tie::RefHash' => '1.34';
 
 # for Test::Store
 requires 'Test::More';




More information about the Catalyst-commits mailing list