From: Jesse Luehrs Date: Fri, 27 Jan 2012 00:54:09 +0000 (-0600) Subject: recipe11 needs to load DateTime::Calendar::Mayan X-Git-Tag: 2.0402~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e7ce65ade567be01f5bef9cdac76749025ee5094;p=gitmo%2FMoose.git recipe11 needs to load DateTime::Calendar::Mayan it passes tests because Test::Requires already loads it, but this makes it confusing when just looking at the actual code given in the pod --- diff --git a/lib/Moose/Cookbook/Basics/Recipe11.pod b/lib/Moose/Cookbook/Basics/Recipe11.pod index e64902e..0a25568 100644 --- a/lib/Moose/Cookbook/Basics/Recipe11.pod +++ b/lib/Moose/Cookbook/Basics/Recipe11.pod @@ -23,6 +23,7 @@ use Test::Requires { use Moose; use MooseX::NonMoose; + use DateTime::Calendar::Mayan; extends qw( DateTime ); has 'mayan_date' => (