X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=warnings.pl;h=c5cdaa83ff5f539803378dfef6cc54936cdb88a6;hb=e061ec81dcb60a85554e31a39475b89528de42f0;hp=2f987c5da263f1ba64009a523bb81b44f4d229ad;hpb=08858ed21b9a4d448437bdae35df5c42fbe1c8bd;p=p5sagit%2Fp5-mst-13.2.git diff --git a/warnings.pl b/warnings.pl index 2f987c5..c5cdaa8 100644 --- a/warnings.pl +++ b/warnings.pl @@ -1,4 +1,17 @@ #!/usr/bin/perl +# +# Regenerate (overwriting only if changed): +# +# lib/warnings.pm +# warnings.h +# +# from information hardcoded into this script (the $tree hash), plus the +# template for warnings.pm in the DATA section. +# +# With an argument of 'tree', just dump the contents of $tree and exits. +# Also accepts the standard regen_lib -q and -v args. +# +# This script is normally invoked from regen.pl. $VERSION = '1.02_02';