diff options
author | David Mitchell <davem@iabyn.com> | 2009-05-15 15:51:26 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-05-15 15:51:26 +0100 |
commit | 6294c16100e79c65d9c9883d11b45631d3ded9a1 (patch) | |
tree | 8695747c5b3077402d97fb3183bcf83baab7af0e /overload.pl | |
parent | 3f66cd9441293fe8889cc565af7cf06351e97088 (diff) | |
download | perl-6294c16100e79c65d9c9883d11b45631d3ded9a1.tar.gz |
Add some documentation to the heads of the various *.pl build scripts
Diffstat (limited to 'overload.pl')
-rw-r--r-- | overload.pl | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/overload.pl b/overload.pl index 38331cbda3..b9c5cc670e 100644 --- a/overload.pl +++ b/overload.pl @@ -1,9 +1,18 @@ #!/usr/bin/perl -w - # -# Generate overload.h +# Unconditionally regenerate: +# +# overload.h +# overload.c +# lib/overload/numbers.pm +# +# from information stored in the DATA section of this file. +# # This allows the order of overloading constants to be changed. -# +# +# Accepts the standard regen_lib -q and -v args. +# +# This script is normally invoked from regen.pl. BEGIN { # Get function prototypes |