File: Makefile.PL

package info (click to toggle)
libjifty-plugin-chart-perl 1.01%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 364 kB
  • sloc: perl: 2,614; sh: 48; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
use inc::Module::Install;

name        'TestApp-Plugin-Chart';
version     '0.01';
requires    'Jifty' => '0.70129';

WriteAll;