Skip to content

Commit

Permalink
add "what it does" comment to utils/enc2xs.PL
Browse files Browse the repository at this point in the history
It's a bit confusing that a core .PL script is copying a cpan/ script
to utils/, so document it.
  • Loading branch information
iabyn committed Mar 11, 2015
1 parent 79815f5 commit 822cd0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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;
Expand Down

0 comments on commit 822cd0f

Please sign in to comment.