The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changelog for Linux-AtaSmart

2.0.0 2014-05-16T00:28:03Z
 - [API Changes] - Return undef if there's no temp, powered on or power
   cycle attribute - Removed smart_is_available method, availability will
   be automatically checked on instantiation and an exception thrown if
   unavailable. There's nothing useful to do if SMART is not available
   anyway.
 - [Fixes] - Use unsigned int for uint64_t
 - [Other] - Reorganised and updated docs - Refactored XS having actually
   read some XS docs  - Use namespace::clean - Use predicate for checking
   if SMART data has been read, use before modifier to reduce repitition of
   checks

1.0.3 2012-07-06T09:05:28Z
 - Fixed incorrect default.
 - Only build on Linux

v1.0.2 2012-06-13T08:09:16Z
 - fixed non-lvalue subroutine call

v1.0.1 2012-06-12T08:19:29Z
 - Drop minimum required perl version to match version distributed in
   debian squeeze

v1.0.0 2012-06-12T00:02:35Z
 - First release, XS generated by InlineX::C2XS