mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
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:
parent
79815f56a0
commit
822cd0f20d
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user