Changes for version 0.61
- I added support for AIX.
- Fixed a bug where the statvfs data would be out of order when I started ifdefing stuff out of Statvfs.xs. This would only occur to less used members of the statvfs struct like fsid. The actual block and inode counts where unaffected so you would still get an accurate picture of the space on the filesystem. I fixed this by returning 0 for integers and NULL for strings that are not used by the statvfs structure.
Modules
Perl extension for obtaining file system stats.
Perl extension for statvfs().