a distribution of modules to handle locale codes
Changes for 3.76 - 2023-09-05
- Fixed problem in distro Accidentally created a distribution (3.75) that is broken. GitHub #18
Time-Local-1.35
Efficiently compute time from local and GMT time
Changes for 1.35 - 2023-04-29
- This is the same as 1.34.
- The code now explicitly handles non-integer seconds values. This fixes the confusing things that timelocal() does with non-integer seconds but does not turn the seconds value into an integer. Based on a bug report from Dmitriy Shamatrin. GH #18.
Dist-Zilla-PluginBundle-Author-GSG-v0.4.0
Grant Street Group CPAN dists
Changes for v0.4.0 - 2023-02-21T19:05:54Z
- Update README (Andrew Hewus Fresh)
- Pull request #18: SRE-6265 - XS Support (Andrew Hewus Fresh)
- Use filter instead of findstring for accuracy (Andrew Hewus Fresh)
- Fix typo (Larry Leszczynski)
- Update README and LICENSE (Andrew Hewus Fresh)
- Match any Makefiles in the sharedir (Andrew Hewus Fresh)
- Act appropriately with a Makefile.PL in the root (Andrew Hewus Fresh)
- Improve distclean target (Andrew Hewus Fresh)
- Run tests verbosely (Andrew Hewus Fresh)
- Improve MAKEFILE_TARGET/MAKEFILE_SHARE handling (Andrew Hewus Fresh)
- Pull request #17: Remove mentions of MANIFEST.SKIP from docs (Andrew Fresh)
- Remove mentions of MANIFEST.SKIP from docs (Andrew Hewus Fresh)
Time-Local-1.32-TRIAL
Efficiently compute time from local and GMT time
Changes for 1.32 - 2023-02-12
- This is an alternative to the changes in the 1.31 release. Instead of restoring "use integer", the code now explicitly handles non-integer seconds values. This fixes the confusing things that timelocal() does with non-integer seconds but does not turn the seconds value into an integer. Based on a bug report from Dmitriy Shamatrin. GH #18.