Revision history for TimeZone::Solar
0.2.2 2023-07-30T06:57:39+00:00 UTC
[BUG FIXES]
- update version numbers in 'use' statements to v-notation due to
incompatible change in 5.39.1 import()
0.2.1 2022-12-11T03:11:43+00:00 UTC
[REVISION]
- fix Perl version requirement from > 5.20.0 to >= 5.20.0
- move constants to their own class for consistency with Python
implementation and organization of tests
- added some tests as flagged in test coverage
- remove undocumented check for init() method which is no longer used
(flagged in test coverage)
0.2.0 2022-12-07T10:17:01+00:00 UTC
[BUG FIXES]
- added tests to improve code coverage
[MINOR]
- changed minimum Perl version from 5.26 to 5.20
- fixed name & short_name accessors to match documentation
0.1.0 2022-12-06T07:13:22+00:00 UTC
[MINOR]
- initial release: DateTime & DateTime::TimeZone compatibility; 5100+
tests