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:
Jens Wagner
2025-06-17 03:08:10 +02:00
committed by Josef Schlehofer
parent a9fa6dfddb
commit 4279d8dcb3
2 changed files with 38 additions and 20 deletions

View 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' => {}
)
;