From: Graham Knop Date: Thu, 27 Jun 2013 11:03:50 +0000 (-0400) Subject: correct filename of Moo::Object in test X-Git-Tag: v1.003000~38 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b80021f8de5b8393dbad8e7135d70c7cfc292fc;p=gitmo%2FMoo.git correct filename of Moo::Object in test --- diff --git a/t/moo.t b/t/moo.t index 2ba2a00..8d6880a 100644 --- a/t/moo.t +++ b/t/moo.t @@ -11,7 +11,7 @@ use Test::More; BEGIN { is( - $INC{'Class/Tiny/Object.pm'}, undef, + $INC{'Moo/Object.pm'}, undef, 'Object.pm not loaded if not required' ); }