From: Shawn M Moore Date: Sun, 9 Nov 2008 16:57:53 +0000 (+0000) Subject: Class name fix X-Git-Tag: 0.05~81 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eda20a62c3ba1bd1b00dc0b830a6300105c709a3;p=gitmo%2FMooseX-Role-Parameterized.git Class name fix --- diff --git a/t/003-apply.t b/t/003-apply.t index 6b3d81e..989764b 100644 --- a/t/003-apply.t +++ b/t/003-apply.t @@ -70,7 +70,7 @@ do { }; can_ok('MyClass::Dumper' => qw(freeze_Dumper thaw_Dumper)); -cant_ok('MyClass::Storable' => qw(freeze_Storable thaw_Storable)); +cant_ok('MyClass::Dumper' => qw(freeze_Storable thaw_Storable)); do { package MyClass::Storable;