Changes 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. Revision history for Perl module TestRail::API
  2. 0.012 2014-12-?? TEODESIAN
  3. - DZIL tidying
  4. - Improve safety of constructor, try to die with helpful messages as soon as possible
  5. - Add class usage checks and test for that as author tests
  6. - Add tests for the server going away, and fix issues encountered therein.
  7. 0.011 2014-12-04 TEODESIAN
  8. - Converted to using dzil, and testing using TestingMania
  9. - Fixed spelling errors thanks to more extensive testing so enabled
  10. - Started signing the module
  11. 0.010 2014-12-03 TEODESIAN
  12. - Dist name was being set to TestRail::API instead of TestRail-API
  13. - Reformatted this file as per CPAN::Changes::Spec
  14. - Added "use 5.010" to the module, to match min perl in metadata
  15. - Made URL in SEE ALSO a hyperlink with L<...>
  16. - Added link to github repo in pod
  17. 0.009 2014-11-28 TEODESIAN
  18. - Oops, forgot my Test deps
  19. 0.008 2014-11-28 TEODESIAN
  20. - Explicitly include Types::Serialiser, correct some POD issues
  21. 0.007 2014-08-17 TEODESIAN
  22. - 0.002 to this release: More or less the pursuit of Kwalitee
  23. 0.001 2014-07-25 TEODESIAN
  24. - First release to CPAN