Skip Menu |

This queue is for tickets about the Time-Piece CPAN distribution.

Report information
The Basics
Id: 87792
Status: resolved
Priority: 0/
Queue: Time-Piece

People
Owner: Nobody in particular
Requestors: shay [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.21
Fixed in: (no value)



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
Thanks, I have applied this fix in git and will make a release soon. -- rjbs
1.22 released -- rjbs