summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libhtml/files
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-09-18 15:00:53 -0400
committerKhem Raj <raj.khem@gmail.com>2025-09-19 12:22:00 -0700
commitf7244cbb0f183ee29ff050527ebf95e606f5f8fd (patch)
treeb684742bb4ba772f5ab24cd2145e1e48d4f4377f /meta-perl/recipes-perl/libhtml/files
parentf200e9c401288c315c7c039a66ec9f2054d31396 (diff)
downloadmeta-openembedded-f7244cbb0f183ee29ff050527ebf95e606f5f8fd.tar.gz
libhtml-tree-perl: upgrade 5.03 -> 5.04
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libhtml/files')
-rw-r--r--meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch b/meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch
index 4266f059d7..19b2c23d55 100644
--- a/meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch
+++ b/meta-perl/recipes-perl/libhtml/files/bin-htmltree-fix-shebang.patch
@@ -17,9 +17,9 @@ index 8bf3db2..f9927e5 100755
17@@ -1,4 +1,4 @@ 17@@ -1,4 +1,4 @@
18-#!/usr/bin/perl 18-#!/usr/bin/perl
19+#!/usr/bin/env perl 19+#!/usr/bin/env perl
20 # Time-stamp: "2000-10-02 14:48:15 MDT" 20
21 # 21 use warnings;
22 # Parse the given HTML file(s) and dump the parse tree 22 use strict;
23-- 23--
241.9.1 241.9.1
25 25