root/ext/Sys-Statistics-Linux/Makefile.PL

Revision 17527, 280 bytes (checked in by bloonix, 17 months ago)

Fixed typo Makefile.pl -> Makefile.PL

Line 
1use lib "../../", "../../inc";
2use inc::Module::Install prefix => '../../inc';
3
4name       ('Sys::Statistics::Linux');
5version    ('0.001');
6abstract   ('Perl 6 Sys::Statistics::Linux');
7author     ('Jonny Schulz <jschulz.cpan@bloonix.de>');
8license    ('perl');
9
10WritePugs  (6);
Note: See TracBrowser for help on using the browser.