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.
This commit is contained in:
David Mitchell 2015-03-11 16:59:07 +00:00
parent 79815f56a0
commit 822cd0f20d

View File

@ -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;