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: 22059
Status: resolved
Priority: 0/
Queue: DateTime

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

Bug Information
Severity: Normal
Broken in:
  • 0.30
  • 0.31
  • 0.32
  • 0.33
  • 0.34
Fixed in: 0.35



Subject: Spurious text DateTime.pm POD
Looks like documentation for delta_md, delta_days, delta_ms was split but some delta_ms text remains in the earlier item. Robin DateTime.pm Sun May 21 18:55:22 2006 +++ DateTime.pm Thu Oct 12 12:54:55 2006 @@ -2500,9 +2500,8 @@ Each of these methods returns a new C<DateTime::Duration> object representing some portion of the difference between two datetimes. The C<delta_md()> method returns a duration which contains only the -month and day portions of the duration is represented. The -C<delta_days()> method returns a duration which contains only days, -and the C<delta_ms()> method +month and day portions of the duration it represents. The +C<delta_days()> method returns a duration which contains only days. The C<delta_md> and C<delta_days> methods truncate the duration so that any fractional portion of a day is ignored. Both of these