This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make ‘make regen’ regenerate the tree in perllexwarn
authorFather Chrysostomos <sprout@cpan.org>
Mon, 10 Jun 2013 06:27:19 +0000 (23:27 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 10 Jun 2013 06:31:02 +0000 (23:31 -0700)
commitf2a78a4827a3bae74e46b5dd3cb1e57fa55dd461
tree1c26a119860ca7b2f4d651acf37be72090046182
parent487ab7ef015b630f5313cf997ec92995061bb9e6
Make ‘make regen’ regenerate the tree in perllexwarn

‘perl regen/warnings.pl tree’ would already generate the tree, but it
had to be run separately and then copied and pasted into perllexwarn.
Now regen/warnings.pl modifies perllexwarn in place as part of its
regeneration.  The ‘tree’ command line argument will still cause the
tree to be output to STDOUT.

This causes the three missing experimental categories to be listed in
perllexwarn, resolving ticket #118369.
pod/perllexwarn.pod
regen/warnings.pl
t/porting/regen.t