summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-10-13 23:15:06 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-10-13 23:15:06 -0700
commitd7cb65f2ace0ce6e923d8b8b50868eb175a47fad (patch)
tree3525d9ad7ff69a8c06e454a9a9ee9401ec3e8317 /embed.fnc
parent2bd4012dc624b6c0e9c04f091f91d51aadf2738a (diff)
downloadperl-d7cb65f2ace0ce6e923d8b8b50868eb175a47fad.tar.gz
embed.pl -> regen/embed.pl
so newcomers can find it more easily
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index ee596d1a3e..d5a99c5fed 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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