atoomic / perl-TimeDate

time & date parsing and formatting perl library
http://search.cpan.org/dist/TimeDate/
1 stars 4 forks source link

Small POD error [rt.cpan.org #53557] #26

Open atoomic opened 4 years ago

atoomic commented 4 years ago

Migrated from rt.cpan.org#53557 (status was 'open')

Requestors:

From jawnsy@cpan.org on 2010-01-09 23:59:51 :

Hi,

There's a small POD error in Date::Parse. We've patched it for the
Debian package; you may want to apply these changes in your version
control. Note we neither need nor are we asking for another release, as
I think that would put undue burden on the CPAN mirrors for such a tiny
issue.

--- a/lib/Date/Parse.pm
+++ b/lib/Date/Parse.pm
@@ -322,6 +322,8 @@
 the timezone offset in seconds from GMT. An empty array is returned upon
 failure.

+=back
+
 =head1 MULTI-LANGUAGE SUPPORT

 Date::Parse is capable of parsing dates in several languages, these include

From dsteinbrunner@pobox.com on 2013-07-12 21:34:58 :

Created a pull request for this here:

https://github.com/gbarr/perl-TimeDate/pull/4