diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-10-13 23:15:06 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-13 23:15:06 -0700 |
commit | d7cb65f2ace0ce6e923d8b8b50868eb175a47fad (patch) | |
tree | 3525d9ad7ff69a8c06e454a9a9ee9401ec3e8317 /embed.fnc | |
parent | 2bd4012dc624b6c0e9c04f091f91d51aadf2738a (diff) | |
download | perl-d7cb65f2ace0ce6e923d8b8b50868eb175a47fad.tar.gz |
embed.pl -> regen/embed.pl
so newcomers can find it more easily
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -: BEGIN {die "You meant to run embed.pl"} # Stop early if fed to perl. +: BEGIN{die "You meant to run regen/embed.pl"} # Stop early if fed to perl. : -: This file is processed by embed.pl and autodoc.pl +: This file is processed by regen/embed.pl and autodoc.pl : : Lines are of the form: : flags|return_type|function_name|arg1|arg2|...|argN |