ea02e0aecf
- New upstream release 0.016 - Made man3_pagename more flexible with paths - Reverted pl2bat to a more original state - Rewrote fixin code - Re-added detildefy - Add some fixes to batch file generation - BR: perl(Carp) and perl(Module::Load), now required by the module - Drop BR: perl(Test::Kwalitee), no longer used - Update patch for using Test::ParseWords 3.22 - Drop now-redundant POD encoding patch
12 lines
255 B
Diff
12 lines
255 B
Diff
--- lib/ExtUtils/Helpers/Unix.pm
|
|
+++ lib/ExtUtils/Helpers/Unix.pm
|
|
@@ -10,7 +10,7 @@
|
|
|
|
use Carp qw/croak/;
|
|
use Config;
|
|
-use Text::ParseWords 3.24 qw/shellwords/;
|
|
+use Text::ParseWords 3.22 qw/shellwords/;
|
|
|
|
sub make_executable {
|
|
my $filename = shift;
|