App-GUI-Harmonograph-0.58
sculpting beautiful circular drawings
Changes for 0.58 - 2023-02-23
- = maintenance and starting mod matrix
- " optimized GUI of panel section Pen LIne
- ~ moved config to ~/.config/harmonograph
- ! config parser had silent bug
Algorithm-Toy-HashSC-0.02
a toy separate chain hash implementation
Changes for 0.02 - 2023-02-23
- Modernize to Module::Build, Test2, etc
Weather-WeatherKit-0.11
Apple WeatherKit REST API client
Changes for 0.11 - 2023-02-23
- Changes for CPANTS.
Alien-Gnuplot-1.040
Find and verify functionality of the gnuplot executable.
Changes for 1.040 - 2023-02-23
- Switch to using Alien::Build / alienfile to check and install Gnuplot.
- Alien::Gnuplot is now a subclass of Alien::Base.
- Remove interactive installation option for using system package manager. The build now gives hints on what command to run instead.
- Add check for broken Gnuplot pipe IPC on Windows for versions in the exclusive range ( 5.2.8, 5.4.6 ). See <github.com/PDLPorters/PDL-Grap… for more information.
- Can now download then build Gnuplot from source on non-MSWin32 platforms and download then install the pre-built Gnuplot binaries on MSWin32. GH#2.
- API change: load_gnuplot() is no longer called when loading the module with `require` or `do`. It is instead called by `import()`. This means that the usual `use Alien::Gnuplot;` should continue to work.