/[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

Annotation of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 229 - (hide annotations)
Mon Nov 23 20:46:30 2009 UTC (14 years, 5 months ago) by dpavlin
File MIME type: text/plain
File size: 316 byte(s)
drop Chart::Gnuplot and drive gnuplot directly

this improved output and allowed overlay of multiple datasets on single graph

1 dpavlin 152 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     );
18    
19     build_requires 'Test::More';
20    
21     auto_install;
22    
23     WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26