summaryrefslogtreecommitdiffstats
path: root/t/constructor-name.t
diff options
context:
space:
mode:
Diffstat (limited to 't/constructor-name.t')
-rw-r--r--t/constructor-name.t1
1 files changed, 1 insertions, 0 deletions
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 }
}