File: Makefile.PL

package info (click to toggle)
libapache-authnetldap-perl 0.19-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 40 kB
  • ctags: 4
  • sloc: perl: 80; makefile: 52
file content (7 lines) | stat: -rw-r--r-- 249 bytes parent folder | download
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'	=> 'Apache::AuthNetLDAP',
    'VERSION_FROM' => 'AuthNetLDAP.pm', # finds $VERSION
);