summaryrefslogtreecommitdiff
path: root/t/00-compile.t
diff options
context:
space:
mode:
Diffstat (limited to 't/00-compile.t')
-rw-r--r--t/00-compile.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/00-compile.t b/t/00-compile.t
index 7a0ec71..82a995b 100644
--- a/t/00-compile.t
+++ b/t/00-compile.t
@@ -2,7 +2,7 @@ use 5.006;
use strict;
use warnings;
-# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.056
+# this test was generated with Dist::Zilla::Plugin::Test::Compile 2.058
use Test::More;
@@ -51,7 +51,7 @@ for my $lib (@module_files)
is($?, 0, "$lib loaded ok");
shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/
- and not eval { require blib; blib->VERSION('1.01') };
+ and not eval { +require blib; blib->VERSION('1.01') };
if (@_warnings)
{