summaryrefslogtreecommitdiff
path: root/lib/AutoLoader.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/AutoLoader.t')
-rwxr-xr-xlib/AutoLoader.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AutoLoader.t b/lib/AutoLoader.t
index 9f0804b004..da7071b32b 100755
--- a/lib/AutoLoader.t
+++ b/lib/AutoLoader.t
@@ -121,7 +121,7 @@ is( $foo->bazmarkhianish($1), 'foo', '(again)' );
eval {
$foo->blechanawilla;
};
-like( $@, qr/syntax error/, 'require error propagates' );
+like( $@, qr/syntax error/i, 'require error propagates' );
# test recursive autoloads
open(F, '>', File::Spec->catfile( $fulldir, 'a.al'))