From: Tomas Doran Date: Sat, 18 Oct 2008 14:01:17 +0000 (+0000) Subject: Unfuck Makefile.PL X-Git-Tag: v0.19_01~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=52feb18b99d74903d104da47b1ae9501f94d71b3;hp=bfa4f9ccb847c7cf0703826e6a09c58a1eb811d2;p=catagits%2FCatalyst-Plugin-Session.git Unfuck Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 2ddf065..a8dfe6f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,7 +18,7 @@ requires 'File::Temp'; 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';