This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
New bug numbers in lib/ and dist/, too
authorFather Chrysostomos <sprout@cpan.org>
Fri, 29 Jul 2016 15:55:37 +0000 (08:55 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 29 Jul 2016 15:55:37 +0000 (08:55 -0700)
commit126fe723711f584a4cbdbdbfcc7792d26d961450
treeefef2bd07d74a369852a09dc44cdea71180b0b91
parentee95e30c64b700db346148e4c9bcd140e30ec272
New bug numbers in lib/ and dist/, too

This is my quick-and-dirty script:

find dist -print0 | xargs -0 perl -pi -e 'BEGIN { %map = split " ", join "", `cat pb2rt.txt` } s/(?<!\d)\d{8}\.\d{3}(?!\d)/$& (#$map{$&})/g'
dist/Storable/t/dclone.t
dist/Storable/t/recurse.t
dist/base/Changes
lib/Tie/Array/splice.t
lib/charnames.t
lib/locale.t
lib/overload.t
lib/utf8.t