mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 21:14:32 +04:00
perl-html-tree: restructure and update to 5.07
Changed maintainer to @jw2013 Updated Makefile to use metacpan.mk download helper Changelog: https://metacpan.org/dist/HTML-Tree/changes Signed-off-by: Jens Wagner <jens@wagner2013.de>
This commit is contained in:
committed by
Josef Schlehofer
parent
a9fa6dfddb
commit
4279d8dcb3
21
lang/perl/perl-html-tree/src/Makefile.PL
Normal file
21
lang/perl/perl-html-tree/src/Makefile.PL
Normal file
@@ -0,0 +1,21 @@
|
||||
require 5.008;
|
||||
use ExtUtils::MakeMaker;
|
||||
WriteMakefile
|
||||
(
|
||||
'NAME' => 'HTML::Tree',
|
||||
'VERSION_FROM' => 'lib/HTML/Element.pm',
|
||||
'PREREQ_PM' => {
|
||||
'Carp' => '0',
|
||||
'Exporter' => '0',
|
||||
'HTML::Entities' => '0',
|
||||
'HTML::Parser' => '3.46',
|
||||
'HTML::Tagset' => '3.02',
|
||||
'Scalar::Util' => '0',
|
||||
'integer' => '0',
|
||||
},
|
||||
'INSTALLDIRS' => 'site',
|
||||
'EXE_FILES' => [],
|
||||
'PL_FILES' => {}
|
||||
)
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user