Revision history for Linux-SysInfo
+0.12 2010-01-07 17:50 UTC
+ + Fix : Work around Kwalitee test misfailures.
+ + Tst : Test thread safety.
+
0.11 2009-03-10 16:25 UTC
+ Chg : Perl 5.6 is required.
+ Doc : Some formatting cleanup.
--- #YAML:1.0
name: Linux-SysInfo
-version: 0.11
+version: 0.12
abstract: Perl interface to the sysinfo(2) Linux system call.
author:
- Vincent Pit <perl@profvince.com>
configure_requires:
ExtUtils::MakeMaker: 0
build_requires:
+ base: 0
+ Exporter: 0
ExtUtils::MakeMaker: 0
Test::More: 0
+ XSLoader: 0
requires:
+ base: 0
Exporter: 0
perl: 5.006
XSLoader: 0
bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Linux-SysInfo
homepage: http://search.cpan.org/dist/Linux-SysInfo/
license: http://dev.perl.org/licenses/
- repository: http://git.profvince.com/perl/modules/Linux-SysInfo.git
+ repository: http://git.profvince.com/?p=perl%2Fmodules%2FLinux-SysInfo.git
no_index:
directory:
- t
- inc
-generated_by: ExtUtils::MakeMaker version 6.48
+generated_by: ExtUtils::MakeMaker version 6.56
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
+dynamic_config: 1
Linux::SysInfo - Perl interface to the sysinfo(2) Linux system call.
VERSION
- Version 0.11
+ Version 0.12
SYNOPSIS
use Linux::SysInfo qw/sysinfo/;
perldoc Linux::SysInfo
+ Tests code coverage report is available at
+ <http://www.profvince.com/perl/cover/Linux-SysInfo>.
+
COPYRIGHT & LICENSE
- Copyright 2007-2009 Vincent Pit, all rights reserved.
+ Copyright 2007,2008,2009,2010 Vincent Pit, all rights reserved.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=head1 VERSION
-Version 0.11
+Version 0.12
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.11';
+ $VERSION = '0.12';
}
=head1 SYNOPSIS