File: Makefile.PL

package info (click to toggle)
slash 2.2.6-8etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,672 kB
  • ctags: 1,915
  • sloc: perl: 23,113; sql: 1,878; sh: 433; makefile: 233
file content (8 lines) | stat: -rwxr-xr-x 297 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Slash::Search',
    'VERSION_FROM' => 'Search.pm', # finds $VERSION
    'PM'	=> { 'Search.pm' => '$(INST_LIBDIR)/Search.pm' },
);