From 99d163ecb71f3bf3ad90dcb63a1006752e02741b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 25 Feb 2014 17:51:02 -0500 Subject: fix tests for new moose (fixes #4) --- t/constructor-name.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/constructor-name.t') diff --git a/t/constructor-name.t b/t/constructor-name.t index 5ae1258..f1daf41 100644 --- a/t/constructor-name.t +++ b/t/constructor-name.t @@ -6,6 +6,7 @@ use Test::Moose; { package Bar; + BEGIN { $INC{'Bar.pm'} = __FILE__ } sub create { bless {}, shift } } -- cgit v1.2.3-54-g00ecf