[libterm-readline-gnu-perl] 01/03: Refresh 20new.patch patch

Salvatore Bonaccorso carnil at debian.org
Wed Jun 8 07:22:02 UTC 2016


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

carnil pushed a commit to branch master
in repository libterm-readline-gnu-perl.

commit bbc7cbfce6e17dd948679ec9fffba3665e8b17e4
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Jun 8 09:13:32 2016 +0200

    Refresh 20new.patch patch
---
 debian/patches/20new.patch | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/debian/patches/20new.patch b/debian/patches/20new.patch
index f00b485..4a8f537 100644
--- a/debian/patches/20new.patch
+++ b/debian/patches/20new.patch
@@ -3,20 +3,11 @@
 # DP: (#204362, patch by Nicolas Bertolissio)
 --- a/Gnu.pm
 +++ b/Gnu.pm
-@@ -221,7 +221,7 @@ this package is being used, C<Term::Read
- 
- sub ReadLine { 'Term::ReadLine::Gnu'; }
- 
--=item C<new(NAME,[IN[,OUT]])>
-+=item C<new(NAME,[IN,OUT])>
- 
- returns the handle for subsequent calls to following functions.
- Argument is the name of the application.  Optionally can be followed
-@@ -235,6 +235,7 @@ sub new {
+@@ -245,6 +245,7 @@ sub new {
      my $this = shift;		# Package
      my $class = ref($this) || $this;
  
-+	croak "Wrong number of arguments" unless @_==1 or @_==3;
++    croak "Wrong number of arguments" unless @_==1 or @_==3;
      my $name = shift;
  
      my $self = \%Attribs;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libterm-readline-gnu-perl.git



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