summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/t/lib
diff options
context:
space:
mode:
authorafresh1 <afresh1@openbsd.org>2019-05-24 21:33:50 +0000
committerafresh1 <afresh1@openbsd.org>2019-05-24 21:33:50 +0000
commite603c72f713dd59b67030a9b97ec661800da159e (patch)
treeeea5e7d93e64508ee05a530a934dc10aa86ac5d0 /gnu/usr.bin/perl/t/lib
parentConfigure pins. (diff)
downloadwireguard-openbsd-e603c72f713dd59b67030a9b97ec661800da159e.tar.xz
wireguard-openbsd-e603c72f713dd59b67030a9b97ec661800da159e.zip
Update to perl 5.28.2
Minor bugfixes and documentation improvments. See perldelta for details. https://metacpan.org/pod/release/SHAY/perl-5.28.2/pod/perldelta.pod OK bluhm@
Diffstat (limited to 'gnu/usr.bin/perl/t/lib')
-rw-r--r--gnu/usr.bin/perl/t/lib/croak/toke9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/t/lib/croak/toke b/gnu/usr.bin/perl/t/lib/croak/toke
index 1d45a3fdf5e..a3852900e56 100644
--- a/gnu/usr.bin/perl/t/lib/croak/toke
+++ b/gnu/usr.bin/perl/t/lib/croak/toke
@@ -480,3 +480,12 @@ Bareword found where operator expected at - line 2, near "2p0"
(Missing operator before p0?)
syntax error at - line 2, near "2p0"
Execution of - aborted due to compilation errors.
+########
+# NAME [perl #132158] format with syntax errors
+format=
+@
+=h
+=cut
+EXPECT
+syntax error at - line 4, next token ???
+Execution of - aborted due to compilation errors.