File: Makefile.PL

package info (click to toggle)
libxml-grove-perl 0.46alpha-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 196 kB
  • ctags: 160
  • sloc: perl: 1,057; makefile: 48
file content (17 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Copyright (C) 1998 Ken MacLeod
# See the file COPYING for distribution terms.
#
# $Id: Makefile.PL,v 1.2 1999/04/30 18:11:45 kmacleod Exp $
#

use ExtUtils::MakeMaker;

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'XML::Grove',
    'VERSION_FROM' => 'lib/XML/Grove.pm',
    'PREREQ_PM' => { 'XML::Parser' => '2.19' },
    dist        => {'COMPRESS'  => 'gzip', 'SUFFIX'    => '.gz'},
);