/[Sack]/trunk/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 /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 215 - (show annotations)
Sun Nov 22 17:12:27 2009 UTC (14 years, 5 months ago) by dpavlin
File MIME type: text/plain
File size: 385 byte(s)
added gnuplot grapher

1 use lib './lib';
2 use inc::Module::Install;
3
4 name 'Sack';
5 version_from 'lib/Sack.pm';
6 license 'dual';
7
8 requires 'Data::Dump';
9 requires 'Getopt::Long';
10 requires 'File::Slurp';
11
12 features(
13 'Sack::Lorry (master node)' => [
14 -default => 0,
15 'Net::Ping',
16 ],
17 'Sack::Server::Graph' => [
18 -default => 0,
19 'Chart::Gnuplot',
20 ],
21 );
22
23 build_requires 'Test::More';
24
25 auto_install;
26
27 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26