From: Dave Rolsky Date: Thu, 3 Feb 2011 21:50:29 +0000 (-0600) Subject: Use 5.12.0 instead of 5.10.0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1fddcac4b41d884714465319607287e6fc7bb314;p=gitmo%2Fmoose-presentations.git Use 5.12.0 instead of 5.10.0 --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index c8c2e21..01f0f5e 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -3508,7 +3508,7 @@ Iterate til this passes all its tests

MooseX::Declare

use MooseX::Declare;
-use 5.10.0; # for say
+use 5.12.0; # for say
 
 class Person {
     has greeting =>