File: Makefile.PL

package info (click to toggle)
eperl 2.2.14-15.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,260 kB
  • ctags: 363
  • sloc: ansic: 4,696; sh: 1,423; perl: 584; makefile: 380
file content (12 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
##
##  Makefile.PL -- MakeMaker config file
##

use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'  => 'Parse::ePerl',
    'DIR'   => ['Parse', 'Apache'],
);

##EOF##