All releases tagged Minor bugfixes


Changes: This release fixes a bug in Date::Parse support.


Changes: A new configuration variable, NOTZ_TIMEZONE, has been introduced. The module now removes the TZ environment variable if the timezone of the date is the same as NOTZ_TIMEZONE. This way, the module tries to mimic the behaviour of Class::Date 1.0.x, so that it can work (partially) on systems with broken TZ handling.


Changes: A warning has been eliminated from the strftime method.


Changes: The "errstr" method is now documented, the timezone is fixed for Perl 5.8.0, and the missing "tzname" declaration is also fixed for Mac OS/X.


Changes: The range of operation has been extended to 1902-2038 where the underlying system (Perl or POSIX functions) supports it.


Changes: This release contains a fix for fuction-name clash when compiling on bleadperl, a "support" chapter that was to the documentation, and a rewritten version of the "development focus" chapter.


Changes: A bug with month_end and perl 5.6.1 was fixed, and a fix for compatibility with bleadperl was made.


Changes: This release solves and documents incompatibility issues with Perl 5.005 Time::Local.


Changes: This release fixes a bug with RANGE_CHECK and addition.


Changes: The "errmsg" method now works as expected and includes an "errstr" method as an alias.