X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F026-auto-deref.t;h=d4b1df512bbc8c0872878fef131ddde824bc31b0;hb=b4ea7f4f72c22a00b6920013b66ff89c4a81ee49;hp=efc3987aaa0dc6b66547b8e3305445139032e58c;hpb=3118622d182add6c88792d5de3b4af047e8a7c8c;p=gitmo%2FMouse.git diff --git a/t/026-auto-deref.t b/t/026-auto-deref.t index efc3987..d4b1df5 100644 --- a/t/026-auto-deref.t +++ b/t/026-auto-deref.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 15; -use t::Exception; +use Test::Exception; do { package Class;