Revision history for Perl extension Linux::loadavg. 0.01 Tue Jul 17 14:41:03 2003 - original version; based on Solaris::loadavg 0.01 0.02 Tue Jul 17 15:30:00 2007 - Updated readme file with correct copyright credentials 0.03 Tue Jul 17 18:00:00 2007 - Updated .pm file with right name and e-mail and clean up of header file reference. 0.04 Wed Jul 18 16:00:00 2007 - Updated .pm with larger example which includes autodetection of Solaris and Linux. - Added credits section to manpage - Removed constants from .xs file. Now added as 'use constant' to .pm - Test new constants being exported correctly 0.05 Wed Jul 18 22:35:00 2007 - Add OS check to .pm file and die if not Linux - Add OS check to 'make install' - Move 'test.pl' to 't/test.t' 0.06 Wed Jul 18 23:17:00 2007 - Add 't/loadavg-benchmark.pl' borrowed from BSD::getloadavg - Updated README with pointers to original sources 0.07 Mon Feb 3 11:25:00 2008 - Move OS check to Makefile.PL 0.08 Sat Aug 16 00:07:00 2009 - Rewritten XS module. Removed memory leak 0.09 Sun Aug 17 10:33:00 2009 - Removed C++ style commented out XS code 0.10 Tue Aug 20 23:08:00 2024 - Updated XS code (borrowed some from Sys::LoadAvg) 0.11 Fri Aug 23 11:37:00 2024 - Change back to Test::Simple - Update version in .pm file and clean up of XS file 0.12 Fri Aug 23 11:50:00 2024 - No code change, purely META.yml update to improve CPAN Testers results - Minimum Perl dropped to v5.8 0.13 Sat Aug 24 00:17:00 2024 - Update META.yml - Update examples 0.14 Sat Aug 24 01:22:00 2024 - POD fix - Added LICENSE file to MANIFEST 0.15 Mon Sep 2 12:34:00 2024 - Add missing 'EXTEND(SP,nelem)' to XS - Version bump