[libstatistics-normality-perl] 05/05: add patch(es) from CPAN RT: https://rt.cpan.org/Public/Bug/Display.html?id=107810

gregor herrmann gregoa at debian.org
Wed Sep 14 16:56:46 UTC 2016


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

gregoa pushed a commit to branch master
in repository libstatistics-normality-perl.

commit 1967d8b5c862032affce2be44c5b48daf0c64be8
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Sep 14 18:55:20 2016 +0200

    add patch(es) from CPAN RT:
    https://rt.cpan.org/Public/Bug/Display.html?id=107810
    
    Gbp-Dch: Ignore
---
 debian/patches/pod-formatting.patch | 22 ++++++++++++++++++++++
 debian/patches/series               |  2 ++
 debian/patches/test-plan.patch      | 18 ++++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/debian/patches/pod-formatting.patch b/debian/patches/pod-formatting.patch
new file mode 100644
index 0000000..ca35c2c
--- /dev/null
+++ b/debian/patches/pod-formatting.patch
@@ -0,0 +1,22 @@
+Description: make synopsis readable
+Origin: CPAN RT
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=107810
+Author: gsullivan at cpan.org
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-09-14
+
+--- a/lib/Statistics/Normality.pm
++++ b/lib/Statistics/Normality.pm
+@@ -20,9 +20,9 @@
+ 
+ =head1 SYNOPSIS
+ 
+-use Statistics::Normality ':all';
+-use Statistics::Normality 'shapiro_wilk_test';
+-use Statistics::Normality 'dagostino_k_square_test';
++    use Statistics::Normality ':all';
++    use Statistics::Normality 'shapiro_wilk_test';
++    use Statistics::Normality 'dagostino_k_square_test';
+ 
+ =head1 DESCRIPTION
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5d41106
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+test-plan.patch
+pod-formatting.patch
diff --git a/debian/patches/test-plan.patch b/debian/patches/test-plan.patch
new file mode 100644
index 0000000..1ff23bd
--- /dev/null
+++ b/debian/patches/test-plan.patch
@@ -0,0 +1,18 @@
+Description: Test::More needs a plan or done_testing()
+Origin: CPAN RT
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=107810
+Author: gsullivan at cpan.org
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-09-14
+
+--- a/t/01-normality.t
++++ b/t/01-normality.t
+@@ -1,7 +1,7 @@
+ #!perl -T
+ use strict;
+ use warnings;
+-use Test::More;
++use Test::More tests => 4;
+ 
+ use Statistics::Normality ':all';
+ 

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



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