Changes 789 B

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