perl-ExtUtils-Helpers/ExtUtils-Helpers-0.016-old-Text::ParseWords.patch
Paul Howarth ea02e0aecf Update to 0.016
- 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
2013-04-15 09:46:25 +01:00

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;