0.005 2022-03-13 23:20:24-0400
  Bug fixes
   - Download tarball from tags instead of releases as there are no longer any
     releases (thanks @thibaultduponchelle++).
     See <https://github.com/EntropyOrg/p5-Alien-LIBSVM/pull/19>.
0.004 2021-05-01 12:34:45-0400
  Features
   - Switch to using alienfile.
     See <https://github.com/EntropyOrg/p5-Alien-LIBSVM/issues/12>,
     <https://github.com/EntropyOrg/p5-Alien-LIBSVM/pull/14>.
     This switches to using libsvm releases from GitHub tags
     <https://github.com/EntropyOrg/p5-Alien-LIBSVM/issues/11>.
   - macOS: Rename the .so file to .dylib.
     Fixes <https://github.com/EntropyOrg/p5-Alien-LIBSVM/issues/13>.
   - Add documentation and tests for SVM tools.
     See <https://github.com/EntropyOrg/p5-Alien-LIBSVM/pull/18>.
     Fixes <https://github.com/EntropyOrg/p5-Alien-LIBSVM/issues/8>.
0.003 2016-11-21 20:01:09-0600
  - Add a configure time dependency on File::chmod. Thanks to @pablrod for the patch!
    <https://github.com/EntropyOrg/p5-Alien-LIBSVM/pull/3>.
  - Fix the build on Windows so that it does not need to run `make` since the
    binaries are already built.
0.002 2016-04-17 13:00:09-0500
  - Added a minimum version version for Alien::Base `configure_requires`.
    Thanks to Graham Ollis (PLICEASE++)!
  - Updated libsvm tarball to v3.21 (released 2015-12-14).
0.001 2015-06-06 02:15:45-0500
  - first version