File: Makefile.PL

package info (click to toggle)
libchart-strip-perl 1.07-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 196 kB
  • ctags: 43
  • sloc: perl: 1,079; makefile: 50
file content (8 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
WriteMakefile(
              NAME            => 'Chart::Strip',
              VERSION_FROM    => 'Strip.pm',
              ABSTRACT_FROM   => 'Strip.pm',
              AUTHOR          => 'Jeff Weisberg <http://www.tcp4me.com/>',
              PREREQ_PM       => {GD => 0},
);