Subject: | Patch for POD errors |
This patch fixes the POD errors seen with perldoc.
Subject: | diff-u.txt |
--- Format-LongNumber-0.02.orig/lib/Format/LongNumber.pm 2014-01-30 15:45:23.000000000 -0500
+++ Format-LongNumber-0.02/lib/Format/LongNumber.pm 2018-03-13 18:00:01.410445000 -0400
@@ -6,8 +6,6 @@
Format::LongNumber - Format long numbers to human readable view.
-=cut
-
=head1 SYNOPSIS
use Format::LongNumber;
@@ -31,8 +29,6 @@
1 => " sec "
);
print full_value(\%my_time_grade, 121); # '2 min 1 sec'
-);
-
=cut
@@ -90,6 +86,7 @@
$total - value to bring us to the desired mean
=back
+
=cut
sub full_value {
@@ -151,7 +148,9 @@
Converts the given value only to the largest grade-value
-=cut
+=back
+
+=cut
sub short_value {
my ($grade_table, $total) = @_;
@@ -213,3 +212,4 @@
Mikhail N Bogdanov C<< <mbogdanov at cpan.org> >>
+=cut