Subject: | [PATCH] Fix POD encoding |
Perl's Porting/checkpodencoding.pl script has flagged up one file in the Time-Piece distribution having UTF-8 encoding in its POD without declaring the POD encoding as such.
The attached patch against 1.21 fixes this.
(The patch also fixes the offending piece of encoding, which didn't look like UTF-8 at all, but is now.)
Subject: | utf8.patch |
diff -ruN Time-Piece-1.21.orig/Seconds.pm Time-Piece-1.21/Seconds.pm
--- Time-Piece-1.21.orig/Seconds.pm 2013-07-06 16:18:10.000000000 +0100
+++ Time-Piece-1.21/Seconds.pm 2013-08-12 13:51:32.250129700 +0100
@@ -178,6 +178,8 @@
1;
__END__
+=encoding utf8
+
=head1 NAME
Time::Seconds - a simple API to convert seconds to other date values
@@ -244,7 +246,7 @@
Tobias Brox, tobiasb@tobiasb.funcom.com
-Bal�zs Szab� (dLux), dlux@kapu.hu
+Balázs Szabó (dLux), dlux@kapu.hu
=head1 LICENSE