The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Games::EveOnline::API.

0.05      2014-06-22
 - Use Moo and Type::Tiny instead of Moose.
 - Make this class have immutable attributes.
 - Remove test code from the core module.
 - Lots of documentation edits.

0.04      2014-06-22
 - Fix params for API EveOnline (chipsoid)
 - Fix tests skill_tree (chipsoid)

0.03
 - Broke parse_xml() out of load_xml(), just for the sake of separation.
 - Added Devel::Coverage metrics to the POD.
 - Commented on WebServer::EveOnline.

0.02 : 2008-05-25
 - Fix the various feeds - they were totally broke.
 - Add tests for Perl::Critic and Pod::Coverage.
 - Add a test that forces the API to use pre-generated XML and compare results.
 - Upgrade to Module::Install 0.73 for no particular reason.

0.01 : 2008-05-14
 - First release.