[libmodule-path-perl] 03/06: Refresh devel-findperl.patch

Daniel Lintott dlintott-guest at moszumanska.debian.org
Mon Feb 17 14:45:09 UTC 2014


This is an automated email from the git hooks/post-receive script.

dlintott-guest pushed a commit to branch master
in repository libmodule-path-perl.

commit 37f37affa8865399cf6af767e3c1e6fa0cda8d5d
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Mon Feb 17 14:35:31 2014 +0000

    Refresh devel-findperl.patch
---
 debian/patches/devel-findperl.patch | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/patches/devel-findperl.patch b/debian/patches/devel-findperl.patch
index ff55480..4c4ebe8 100644
--- a/debian/patches/devel-findperl.patch
+++ b/debian/patches/devel-findperl.patch
@@ -5,18 +5,17 @@ Description: avoid Devel::FindPerl in t/03-mpath.t
 Author: Florian Schlichting <fsfs at debian.org>
 Forwarded: not-needed
 
-Index: libmodule-path-perl/t/03-mpath.t
-===================================================================
---- libmodule-path-perl.orig/t/03-mpath.t	2014-02-16 20:07:50.050931013 +0000
-+++ libmodule-path-perl/t/03-mpath.t	2014-02-16 20:26:25.568907054 +0000
-@@ -6,9 +6,8 @@
+--- a/t/03-mpath.t
++++ b/t/03-mpath.t
+@@ -6,10 +6,9 @@
  use Test::More 0.88;
  use FindBin 0.05;
  use File::Spec::Functions;
 -use Devel::FindPerl qw(find_perl_interpreter);
+ use Cwd qw/ abs_path /;
  
 -my $PERL  = find_perl_interpreter() || die "can't find perl!\n";
 +my $PERL  = '/usr/bin/perl'; # unchanging on Debian
  my $MPATH = catfile( $FindBin::Bin, updir(), qw(bin mpath) );
  my $path;
- 
+ my $expected_path;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-path-perl.git



More information about the Pkg-perl-cvs-commits mailing list