X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F000-load.t;h=66fe9bd77b91beee9c967e36595e5e08c9728296;hb=085a5c2d90e1c478ceefa2cce7b8d62b37ceaac0;hp=e7d33431254cb88cbb2c92c595cc56bc408642d5;hpb=081ecb940104550b9d18c4dcc84cd7267826a236;p=gitmo%2FMouse.git 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"; +