summaryrefslogtreecommitdiff
path: root/warnings.pl
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-05-15 15:51:26 +0100
committerDavid Mitchell <davem@iabyn.com>2009-05-15 15:51:26 +0100
commit6294c16100e79c65d9c9883d11b45631d3ded9a1 (patch)
tree8695747c5b3077402d97fb3183bcf83baab7af0e /warnings.pl
parent3f66cd9441293fe8889cc565af7cf06351e97088 (diff)
downloadperl-6294c16100e79c65d9c9883d11b45631d3ded9a1.tar.gz
Add some documentation to the heads of the various *.pl build scripts
Diffstat (limited to 'warnings.pl')
-rw-r--r--warnings.pl13
1 files changed, 13 insertions, 0 deletions
diff --git a/warnings.pl b/warnings.pl
index 2f987c5da2..c5cdaa83ff 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';