File: Makefile.PL

package info (click to toggle)
libcgi-ssi-parser-perl 0.01-2
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 80 kB
  • sloc: perl: 329; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'	=> 'CGI::SSI_Parser',
    'VERSION_FROM' => 'SSI_Parser.pm', # finds $VERSION
);