Path to this page:
Subject: CVS commit: pkgsrc/time/p5-DateTime
From: Wen Heping
Date: 2013-08-30 10:01:23
Message id: 20130830080123.4767396@cvs.netbsd.org
Log Message:
Update to 1.03
Upstream changes:
1.03 2013-04-17
- The set_time_zone() method was not returning the object when caalled with a
name that matched the current zone. Reported by Noel Maddy. RT #84699.
1.02 2013-04-15
- When a constructor method like new() or today() was called on an object,
you'd get an error message like 'Can't locate object method
"_normalize_nanoseconds" via package \
"2013-04-15T00:00:00"'. This has been
fixed to provide a sane error message. Patch by Doug Bell.
- When set_time_zone() is called with a name that matches the current time
zone, DateTime now short circuits and avoids a lot of work. Patch by Mark
Stosberg.
Files: