From: Yuval Kogman Date: Tue, 10 Jun 2008 14:02:30 +0000 (+0000) Subject: v string not portable X-Git-Tag: 0.04~37 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=126765f00846c2ec68c66ebaf9715b7f282f7ed7;p=gitmo%2FMouse.git v string not portable --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 35acad9..ab3e480 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -4,7 +4,7 @@ use strict; use warnings; our $VERSION = '0.01'; -use 5.6.0; +use 5.006; use Sub::Exporter; use Carp 'confess';