[SCM] Packaging of Net::Citadel in Debian branch, debian, updated. debian/0.16-1-45-gd21e85b

Robert James Clay jame at rocasa.us
Wed Jun 5 17:20:26 UTC 2013


The following commit has been merged in the debian branch:
commit a21b6789140b8b6c7f6338f825f694466ca2e64c
Author: Robert James Clay <jame at rocasa.us>
Date:   Tue Oct 16 14:58:29 2012 -0400

    Replace tabs with spaces in the 'new' function.

diff --git a/lib/Net/Citadel.pm b/lib/Net/Citadel.pm
index e2ee5f0..6a8497d 100644
--- a/lib/Net/Citadel.pm
+++ b/lib/Net/Citadel.pm
@@ -312,9 +312,9 @@ sub new {
     $self->{port} ||= $CITADEL_PORT;
     use IO::Socket::INET;
     $self->{socket} = IO::Socket::INET->new (PeerAddr => $self->{host},
-					     PeerPort => $self->{port},
-					     Proto    => 'tcp',
-					     Type     => SOCK_STREAM) or croak "cannot connect to $self->{host}:$self->{port} ($@)";
+                                             PeerPort => $self->{port},
+                                             Proto    => 'tcp',
+                                             Type     => SOCK_STREAM) or croak "cannot connect to $self->{host}:$self->{port} ($@)";
     my $s = $self->{socket}; <$s>; # consume banner
     return $self;
 }

-- 
Packaging of Net::Citadel in Debian



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