diff options
author | David Mitchell <davem@iabyn.com> | 2015-03-11 16:59:07 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2015-03-11 16:59:07 +0000 |
commit | 822cd0f20d99f9989acef9ef84366c9585ff44c3 (patch) | |
tree | 27fd56d2d6abb76cc979c268e57653380301b2b6 /utils | |
parent | 79815f56a049b5763939db3460ff0ce1982a7e95 (diff) | |
download | perl-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.PL | 3 |
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; |