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

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


The following commit has been merged in the master branch:
commit 04438f2c968cfafc42ff286b3eda1583807c0071
Author: Robert James Clay <jame at rocasa.us>
Date:   Sun Oct 21 19:58:42 2012 -0400

    Remove unneeded variable assignment from the citadel_info function.

diff --git a/lib/Net/Citadel.pm b/lib/Net/Citadel.pm
index 2f91503..54375e4 100644
--- a/lib/Net/Citadel.pm
+++ b/lib/Net/Citadel.pm
@@ -738,7 +738,6 @@ C<INFO> entry at L<http://www.citadel.org/doku.php/documentation:appproto:connec
 
 sub citadel_info {
     my $self = shift;
-    my $msg  = shift;
     my $s    = $self->{socket};
     my ( @info, $line );
 

-- 
Packaging of Net::Citadel in Debian



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