X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Ftags.t;fp=t%2Ftags.t;h=85a31b1c8a1e8c73358b636245eb4b2e3ab5bf8c;hb=6a204448193dc4412a5172382a263f4e4556a68e;hp=5af34c6200ca7b7ba588167a58ee461280d0a65a;hpb=35a1e2d4843a0ea9746ad76353c7a65538fb0b2b;p=p5sagit%2FSub-Exporter-Progressive.git diff --git a/t/tags.t b/t/tags.t index 5af34c6..85a31b1 100644 --- a/t/tags.t +++ b/t/tags.t @@ -25,11 +25,10 @@ BEGIN { bb => [qw/ bar baz /], }, }; - use constant { - foo => 1, - bar => 2, - baz => 3, - }; + use constant foo => 1; + use constant bar => 2; + use constant baz => 3; + $INC{'Local/Exporter.pm'} = __FILE__; };