summaryrefslogtreecommitdiff
path: root/t/comp/use.t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-21 06:06:44 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-21 06:06:44 +0000
commitcc507455df60f06ecd74b2df5a0ae9f17fb3291d (patch)
tree5f131231aae2e4f8465cd9aa6647185d789c82fc /t/comp/use.t
parent90430aa1bf5124b92f92cfc6b13f379955a95711 (diff)
downloadperl-cc507455df60f06ecd74b2df5a0ae9f17fb3291d.tar.gz
make parenthetic warnings look consistent; make diagnostic on
"use 5.6" et al mention the alternate form; pod fixups p4raw-id: //depot/perl@5851
Diffstat (limited to 't/comp/use.t')
-rwxr-xr-xt/comp/use.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/comp/use.t b/t/comp/use.t
index 89cb31a568..1f5fae39a2 100755
--- a/t/comp/use.t
+++ b/t/comp/use.t
@@ -153,7 +153,7 @@ print "ok ",$i++,"\n";
print "ok ",$i++,"\n";
eval "use lib v100.105";
- unless ($@ =~ /lib version v100\.105 required--this is only version v35\.36/) {
+ unless ($@ =~ /lib v100\.105 required--this is only v35\.36/) {
print "not ";
}
print "ok ",$i++,"\n";