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