Revision history for DateTime-TimeZone-HPUX

1.00    2009-10-14 19:00:00 +0200 (METDST)
        Now using Java to retrieve an hopefully complete mapping of tztab(4)
          names to Olson DB. See the 'Implementation' section in
          DateTime::TimeZone::HPUX for details.
        Added JavaMap.PL which extracts the mapping from the JRE at module
          install time. A default map is bundled in case no JRE is found.
        In extreme cases, Java may be called at runtime for timezones which
          were not known at install time.

0.09    2009-05-24
        Changed tests:
        - removed t/boilerplate.t (used only to help the author to fix
          Module::Starter generated content)
        - t/local-METDST.t: moved environment setting to a BEGIN block
          (this may fix CPAN testers failures on some perls)
        Not released on CPAN.

0.08    2009-05-13 16:15:00 +0200 (METDST)
        Fixed issue with _FromEtcTimeZone on HP-UX.
        Reporting result with diag() in t/local-*.t.
        Added tests to check that local TZ can be rebuilt from name.

0.07    2009-05-10 14:21:21 +0200 (METDST)
        Fixed pod to make pod-coverage.t pass.
        Added tests.
        Removed DateTime from dependencies.

0.06    2009-05-07 19:39:05 +0200 (METDST)
        Fixed t/boilerplate.t.

0.05    2009-05-07 11:26:28 +0200 (METDST)
        Switching to Module::Build from Module::Install due to archive
        creation problems on Win32. See http://use.perl.org/~bart/journal/38127
        This should fix CPAN indexing.

0.04    2009-04-22 11:45:56 +0200 (METDST)
        Documentation fixes.

0.03    2009-04-21 19:23:53 +0200 (METDST)
        Removed the special case for "GMT+x" as it does not match the OS behavior.

0.02    2009-04-21 18:59:22 +0200 (METDST)
        Added parsing of GMT based offset such as "GMT+3" => +0300.
        Fixed parsing of unknown offset such as "SAT4" => -0400.

0.01    2009-04-21 15:02:33 +0200 (METDST)
        First version, released on an unsuspecting world.