File: Makefile.PL

package info (click to toggle)
libcgi-fasttemplate-perl 1.09-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 100 kB
  • ctags: 29
  • sloc: perl: 281; makefile: 38
file content (7 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'CGI::FastTemplate',
    'VERSION_FROM' => 'FastTemplate.pm', # finds $VERSION
);