Changes 904 B

12345678910111213141516171819202122
  1. Revision history for Disk-SMART
  2. 0.03.1 2014-10-06
  3. Updated Makefile.PL to better interact with Meta::CPAN
  4. Updated pod for clarity
  5. 0.03 2014-10-04
  6. Added Math::Round to dependency list in Makefile.PL. Credit - Syohei YOSHIDA.
  7. Refactored methods to return N/A first before any further proessing is done
  8. Cleaned up unit tests
  9. get_disk_model() only outputs just the model information now.
  10. Added get_disk_errors()
  11. Methods now validate the device passed to it, to ensure smartctl has already read it
  12. Added unit tests to test passing invalid device to methods
  13. Changed to croak() as I didn't feel a trace was necessary with proper error returning.
  14. 0.02 2014-10-03
  15. Added confess to new() in case smartctl cannot find the specified device
  16. 0.01 2014-10-03
  17. First version, released on an unsuspecting world.