[SCM] Packaging of Net::Citadel in Debian branch, master, updated. 9afafab775647c7ff1652c94d22a27beab98c62a

Robert James Clay jame at rocasa.us
Sun Dec 4 23:21:40 UTC 2011


The following commit has been merged in the master branch:
commit 2010ba7e72512e390281dae012606ad1275fcf39
Author: Robert James Clay <jame at rocasa.us>
Date:   Sun Dec 4 15:56:54 2011 -0500

    Add patch to correct documentation issue for the $c->echo function.
    
    The description of the $c->echo function in v0.02 of Net::Citatadel does not
    include that it requires a string parameter, which this patch corrects. See
    also bug # 71743 at CPAN.

diff --git a/debian/patches/echo-function-doc.patch b/debian/patches/echo-function-doc.patch
new file mode 100644
index 0000000..8918aba
--- /dev/null
+++ b/debian/patches/echo-function-doc.patch
@@ -0,0 +1,17 @@
+Description: Correct documentation issue for $c->echo function
+ The description of the $c->echo function in v0.02 of Net::Citadel does not
+ include that it requires a string parameter. This patch corrects that.
+Bug: https://rt.cpan.org/Ticket/Display.html?id=71743
+Author: Robert James Clay <jame at rocasas.us>
+
+--- a/lib/Net/Citadel.pm
++++ b/lib/Net/Citadel.pm
+@@ -482,7 +482,7 @@
+ 
+ =item I<echo>
+ 
+-I<$c>->echo
++I<$c>->echo (I<$string>)
+ 
+ Tests the connection.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a72dfb0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+echo-function-doc.patch

-- 
Packaging of Net::Citadel in Debian



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