]> git.vpit.fr Git - perl/modules/Linux-SysInfo.git/blobdiff - lib/Linux/SysInfo.pm
Enforce the perl dependency in the module file
[perl/modules/Linux-SysInfo.git] / lib / Linux / SysInfo.pm
index 0335835f4b53376270ce5eef24561075a604b480..1e3aea2e45abecb715d2715d034878e6e1b663bf 100644 (file)
@@ -1,5 +1,7 @@
 package Linux::SysInfo;
 
+use 5.006;
+
 use strict;
 use warnings;
 
@@ -9,13 +11,13 @@ Linux::SysInfo - Perl interface to the sysinfo(2) Linux system call.
 
 =head1 VERSION
 
-Version 0.11
+Version 0.13
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.11';
+ $VERSION = '0.13';
 }
 
 =head1 SYNOPSIS
@@ -192,7 +194,7 @@ Tests code coverage report is available at L<http://www.profvince.com/perl/cover
 
 =head1 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.