File: Makefile.PL

package info (click to toggle)
libxml-filter-buffertext-perl 1.01-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 68 kB
  • sloc: perl: 25; makefile: 2
file content (12 lines) | stat: -rwxr-xr-x 442 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'		    => 'XML::Filter::BufferText',
    'VERSION_FROM'	=> 'BufferText.pm',
    'AUTHOR'        => 'Robin Berjon',
    'ABSTRACT'      => 'SAX Filter to guarantee characters in one event',
    'PREREQ_PM'		=> {
                        XML::SAX::Base  => '1.03',
                        Test::More      => '0.40',
                        XML::SAX        => '0.04',
                       },
);