Changes 862 B

1234567891011121314151617181920212223242526
  1. Revision history for Perl module TestRail::API
  2. 0.011 2014-12-04 TEODESIAN
  3. - Converted to using dzil, and testing using TestingMania
  4. - Fixed spelling errors thanks to more extensive testing so enabled
  5. - Started signing the module
  6. 0.010 2014-12-03 TEODESIAN
  7. - Dist name was being set to TestRail::API instead of TestRail-API
  8. - Reformatted this file as per CPAN::Changes::Spec
  9. - Added "use 5.010" to the module, to match min perl in metadata
  10. - Made URL in SEE ALSO a hyperlink with L<...>
  11. - Added link to github repo in pod
  12. 0.009 2014-11-28 TEODESIAN
  13. - Oops, forgot my Test deps
  14. 0.008 2014-11-28 TEODESIAN
  15. - Explicitly include Types::Serialiser, correct some POD issues
  16. 0.007 2014-08-17 TEODESIAN
  17. - 0.002 to this release: More or less the pursuit of Kwalitee
  18. 0.001 2014-07-25 TEODESIAN
  19. - First release to CPAN