diff options
author | 2019-05-24 21:33:50 +0000 | |
---|---|---|
committer | 2019-05-24 21:33:50 +0000 | |
commit | e603c72f713dd59b67030a9b97ec661800da159e (patch) | |
tree | eea5e7d93e64508ee05a530a934dc10aa86ac5d0 /gnu/usr.bin/perl/t/lib | |
parent | Configure pins. (diff) | |
download | wireguard-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/toke | 9 |
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. |