diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2016-07-20 13:24:10 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2016-07-20 13:24:10 +0100 |
commit | 216c09bb022d4d8e6d7c5470ac9165b21972c860 (patch) | |
tree | 84a1fc7a95e5419507b20010d163d8b284c82365 /pod | |
parent | ce6646d7d570b626182162aa75e56ae90de6ffe1 (diff) | |
download | perl-216c09bb022d4d8e6d7c5470ac9165b21972c860.tar.gz |
perldelta - Fill in Testing
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index e8a0fc2d76..d626d1d696 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -230,7 +230,13 @@ XXX =item * -XXX +A new test script, F<t/op/decl-refs.t>, has been added to test the new feature, +"Declaring a reference to a variable". + +=item * + +A new test script, F<t/re/anyof.t>, has been added to test that the ANYOF nodes +generated by bracketed character classes are as expected. =back |