From: Shawn M Moore Date: Sun, 19 Oct 2008 06:48:50 +0000 (+0000) Subject: Include CMM, why not X-Git-Tag: 0.19~170 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=46fce5c9be3cf473b747bec5439cd8cefdb14bd2;p=gitmo%2FMouse.git Include CMM, why not --- diff --git a/t/000-load.t b/t/000-load.t index e7d3343..66fe9bd 100644 --- a/t/000-load.t +++ b/t/000-load.t @@ -19,7 +19,12 @@ for my $module_name (keys %Mouse::Util::loaded) { diag " $module_name: $version"; } -eval { require Moose }; no warnings 'uninitialized'; + +eval { require Moose }; diag " Class::MOP: $Class::MOP::VERSION"; diag " Moose: $Moose::VERSION"; + +eval { require Class::Method::Modifiers }; +diag " Class::Method::Modifiers: $Class::Method::Modifiers::VERSION"; +