0.24 2019-03-10T06:48:33Z
- Once again support the alt formula (now with a PP variant!).
0.23 2019-03-09T13:15:58Z
- Require GIS::Distance 0.13 so that tests pass.
- Fixed a coordinate ordering bug in distance().
- Added the null formula.
0.22 2019-03-08T18:36:39Z
- Made the distance() method faster.
0.21 2019-03-07T23:08:39Z
- Officially set the x_deprecated META flag.
- Use GIS::Distance 0.11+ for all distance calculations.
- Lots and lots of documentation edits for the above.
- Migrate build tooling from Dist::Zilla to Minilla.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Upstream changes:
0.19 2012-04-03
- Fix various typos.
- Fix floating point error in the hsin formula.
0.18 2012-03-23
- Fix gcd calculation to use ** instead of ^.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
pkgsrc changes:
- Adding license definition
- Adjusting "module type"
Upstream changes:
0.16
- No changes. The 0.15 package was broken.
0.15
- Stop "Too late to run INIT block" warning (gray <gray@cpan.org>)
0.14
- Fix "splice() offset past end of array" as filed in RT 26446.
0.13
- Use Geo::Distance::XS if available. (gray <gray@cpan.org>)
- Declare Math::Trig dependency.
0.12
- Noted GIS::Distance in POD.
- Some cleanups to install process.
- Check for DBI in tests before using it.
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").