File: pod-formatting.patch

package info (click to toggle)
libstatistics-normality-perl 0.01-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 164 kB
  • ctags: 10
  • sloc: perl: 182; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: make synopsis readable
Origin: CPAN RT
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=107810
Author: gsullivan@cpan.org
Reviewed-by: gregor herrmann <gregoa@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