@@ -17,9 +17,9 @@ index 8bf3db2..f9927e5 100755
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
- # Time-stamp: "2000-10-02 14:48:15 MDT"
- #
- # Parse the given HTML file(s) and dump the parse tree
+
+ use warnings;
+ use strict;
--
1.9.1
similarity index 77%
rename from meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.03.bb
rename to meta-perl/recipes-perl/libhtml/libhtml-tree-perl_5.04.bb
@@ -6,15 +6,15 @@ libwww-perl distribution, but are now unbundled in order to facilitate \
a separate development track."
SECTION = "libs"
-HOMEPAGE = "https://metacpan.org/release/CJM/HTML-Tree-5.03/source/README"
+HOMEPAGE = "https://metacpan.org/release/JFEARN/HTML-Tree-5.04/source/README"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=3eb57a8958cae73cb65e7d0c26339242"
+LIC_FILES_CHKSUM = "file://README;beginline=74;endline=91;md5=260d31d31370658947ae050eef27aca9"
-SRC_URI = "${CPAN_MIRROR}/authors/id/C/CJ/CJM/HTML-Tree-${PV}.tar.gz \
+SRC_URI = "${CPAN_MIRROR}/authors/id/J/JF/JFEARN/HTML-Tree-${PV}.tar.gz \
file://bin-htmltree-fix-shebang.patch \
"
-SRC_URI[sha256sum] = "7d6d73fca622aa74855a8b088faa39454a0f91b7af83c9ec0387f01eefc2148f"
+SRC_URI[sha256sum] = "1959ea2f7a9f1491903238d3a2cbef3a8e9aaaa75963f7114dbf54dca791b7be"
S = "${UNPACKDIR}/HTML-Tree-${PV}"
License-Update: Still distributed under the same terms as Perl itself. refresh patch. 5.04 2017--04-17 Release by Jeff Fearn [FIXES] * Remove Distzilla to fix RT #120521 #89820 * Add POD to htmltree RT #116367 * Speed up is_inside method RT #113415 - From Todd Rinaldo https://github.com/madsen/HTML-Tree/pull/5 * Fix extra spaces being added to comments RT #94311 - From Tomaz Solc * Don't needlessly escape characters in element content RT #93431 - From Tomaz Solc Signed-off-by: Jason Schonberg <schonm@gmail.com> --- .../libhtml/files/bin-htmltree-fix-shebang.patch | 6 +++--- ...ibhtml-tree-perl_5.03.bb => libhtml-tree-perl_5.04.bb} | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) rename meta-perl/recipes-perl/libhtml/{libhtml-tree-perl_5.03.bb => libhtml-tree-perl_5.04.bb} (77%)