/[simile]/links/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /links/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (show annotations)
Thu Aug 23 12:00:29 2007 UTC (16 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 292 byte(s)
convert strings that look like kb/mb/gb to human readable,
unroll every splited value into it's own field
1 use inc::Module::Install;
2
3 name 'simile';
4 version '0.00';
5 requires 'Text::CSV_XS';
6 requires 'Text::CSV::Separator';
7 requires 'Carp';
8 requires 'LWP::Simple';
9 requires 'Imager';
10 requires 'JSON::Syck';
11 requires 'Data::Dump';
12 requires 'Number::Bytes::Human';
13
14 auto_install;
15
16 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26