+use 5.006;
+
use strict;
use warnings;
use ExtUtils::MakeMaker;
'Exporter' => 0,
'XSLoader' => 0,
},
- MIN_PERL_VERSION => 5.005,
+ MIN_PERL_VERSION => 5.006,
META_MERGE => \%META,
dist => {
PREOP => 'pod2text lib/Linux/SysInfo.pm > $(DISTVNAME)/README',
Moreover, since the perl hash function has changed after the 5.6 version, you will also need to recompile the module if you upgrade your perl from a version earlier than 5.6.
+=head1 DEPENDENCIES
+
+L<perl> 5.6.
+
=head1 SEE ALSO
The C<sysinfo(2)> man page.