Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime CPAN distribution.

Report information
The Basics
Id: 58896
Status: resolved
Priority: 0/
Queue: DateTime

People
Owner: Nobody in particular
Requestors: ansgar [...] 43-1.org
Cc:
AdminCc:

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



Subject: [PATCH] Fix spelling error in documentation
Date: Mon, 28 Jun 2010 21:07:04 +0900
To: bug-DateTime [...] rt.cpan.org
From: Ansgar Burchardt <ansgar [...] 43-1.org>
Hi, the attached patch was introduced in Debian to fix a spelling error in the documentation. Please consider applying it in the next release. Regards, Ansgar
Description: fix POD spelling problems Author: Jonathan Yu <jawnsy@cpan.org> Origin: vendor Forwarded: no --- libdatetime-perl.orig/lib/DateTime.pm +++ libdatetime-perl/lib/DateTime.pm @@ -2090,7 +2090,7 @@ $qtr = $dt->quarter; # 1-4 - # all of the start-at-1 methods above have correponding start-at-0 + # all of the start-at-1 methods above have corresponding start-at-0 # methods, such as $dt->day_of_month_0, $dt->month_0 and so on $ymd = $dt->ymd; # 2002-12-06