diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-07-29 08:56:37 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-07-29 08:56:37 -0700 |
commit | 4fe487375733a521d44d835d6c9894bd30c6e26a (patch) | |
tree | 4a92905f05591c102cbf508d3e1dbfb6ff17be7f /sv.h | |
parent | 126fe723711f584a4cbdbdbfcc7792d26d961450 (diff) | |
download | perl-4fe487375733a521d44d835d6c9894bd30c6e26a.tar.gz |
New bug numbers in *.[ch]
perl -pi -e 'BEGIN { %map = split " ", join "", `cat pb2rt.txt` } s/(?<!\d)\d{8}\.\d{3}(?!\d)/$& (#$map{$&})/g' *.[ch]
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -617,7 +617,7 @@ struct xpvio { * Perl_filter_add() tries to do with the dirp), hence the * following union trick (as suggested by Gurusamy Sarathy). * For further information see Geir Johansen's problem report - * titled [ID 20000612.002] Perl problem on Cray system + * titled [ID 20000612.002 (#3366)] Perl problem on Cray system * The any pointer (known as IoANY()) will also be a good place * to hang any IO disciplines to. */ |