Skip Menu |

This queue is for tickets about the TimeDate CPAN distribution.

Report information
The Basics
Id: 128396
Status: open
Priority: 0/
Queue: TimeDate

People
Owner: Nobody in particular
Requestors: mitch [...] mitchjacksontech.com
Cc: gbarr [...] pobox.com
AdminCc:

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



CC: gbarr [...] pobox.com
Subject: Date::Language::French - patch for day suffixes
Date::Language::French v1.04 uses English language day suffixes Patch to fix is attached --- French.pm 2019-01-30 04:10:00.737455988 -0500 +++ French.pm.new 2019-01-30 04:20:41.573455988 -0500 @@ -32,5 +32,6 @@ sub format_B { $MoY[$_[0]->[4]] } sub format_h { $MoYs[$_[0]->[4]] } sub format_p { $_[0]->[2] >= 12 ? $AMPM[1] : $AMPM[0] } +sub format_o { sprintf("%2de",$_[0]->[3]) } 1;
Subject: French.pm.patch
--- French.pm 2019-01-30 04:10:00.737455988 -0500 +++ French.pm.new 2019-01-30 04:20:41.573455988 -0500 @@ -32,5 +32,6 @@ sub format_B { $MoY[$_[0]->[4]] } sub format_h { $MoYs[$_[0]->[4]] } sub format_p { $_[0]->[2] >= 12 ? $AMPM[1] : $AMPM[0] } +sub format_o { sprintf("%2de",$_[0]->[3]) } 1;