summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2015-03-11 16:59:07 +0000
committerDavid Mitchell <davem@iabyn.com>2015-03-11 16:59:07 +0000
commit822cd0f20d99f9989acef9ef84366c9585ff44c3 (patch)
tree27fd56d2d6abb76cc979c268e57653380301b2b6 /utils
parent79815f56a049b5763939db3460ff0ce1982a7e95 (diff)
downloadperl-822cd0f20d99f9989acef9ef84366c9585ff44c3.tar.gz
add "what it does" comment to utils/enc2xs.PL
It's a bit confusing that a core .PL script is copying a cpan/ script to utils/, so document it.
Diffstat (limited to 'utils')
-rw-r--r--utils/enc2xs.PL3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/enc2xs.PL b/utils/enc2xs.PL
index 8e3bb35249..f50cdd7f6f 100644
--- a/utils/enc2xs.PL
+++ b/utils/enc2xs.PL
@@ -1,5 +1,8 @@
#!/usr/local/bin/perl
+# Copy the cpan/Encode/bin/enc2xs script to utils/, while
+# prepending a suitable #! invocation.
+
use Config;
use File::Basename qw(&basename &dirname);
use Cwd;