diff options
Diffstat (limited to 'cpan/podlators/bin')
-rw-r--r-- | cpan/podlators/bin/pod2man | 2 | ||||
-rw-r--r-- | cpan/podlators/bin/pod2text | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpan/podlators/bin/pod2man b/cpan/podlators/bin/pod2man index 203e75f46f..46de7a7c18 100644 --- a/cpan/podlators/bin/pod2man +++ b/cpan/podlators/bin/pod2man @@ -1,4 +1,4 @@ -#!perl +#!/usr/bin/perl # pod2man -- Convert POD data to formatted *roff input. # diff --git a/cpan/podlators/bin/pod2text b/cpan/podlators/bin/pod2text index 9394f0f095..838f75ec1d 100644 --- a/cpan/podlators/bin/pod2text +++ b/cpan/podlators/bin/pod2text @@ -1,4 +1,4 @@ -#!perl +#!/usr/bin/perl # pod2text -- Convert POD data to formatted ASCII text. # |