Marcel Telka
2024-02-03 eafa96c92a97d64681f17946ce9471e5bf134d2b
perl/URI: update to 5.26

4 files modified
13 ■■■■ changed files
components/perl/URI/Makefile 4 ●●●● patch | view | raw | blame | history
components/perl/URI/URI-PERLVER.p5m 2 ●●●●● patch | view | raw | blame | history
components/perl/URI/manifests/sample-manifest.p5m 2 ●●●●● patch | view | raw | blame | history
components/perl/URI/test/results-all.master 5 ●●●● patch | view | raw | blame | history
components/perl/URI/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_PERL_MODULE =        URI
HUMAN_VERSION =            5.25
HUMAN_VERSION =            5.26
COMPONENT_SUMMARY =        URI - Uniform Resource Identifiers (absolute and relative)
COMPONENT_CPAN_AUTHOR =        OALDERS
COMPONENT_ARCHIVE_HASH =    \
    sha256:ef61941da09fff2503cea3692c4f2fc48c0e4442486e2a28345cb32d44d0d271
    sha256:622bb95f588e25923a504c62687f4c8c7d7c3e0cc247449edf146228e5ae686f
COMPONENT_LICENSE =        Artistic-1.0-Perl OR GPL-1.0-or-later
COMPONENT_LICENSE_FILE =    LICENSE
components/perl/URI/URI-PERLVER.p5m
@@ -33,6 +33,7 @@
file path=usr/perl5/$(PERLVER)/man/man3perl/URI::_punycode.3perl
file path=usr/perl5/$(PERLVER)/man/man3perl/URI::data.3perl
file path=usr/perl5/$(PERLVER)/man/man3perl/URI::file.3perl
file path=usr/perl5/$(PERLVER)/man/man3perl/URI::geo.3perl
file path=usr/perl5/$(PERLVER)/man/man3perl/URI::icap.3perl
file path=usr/perl5/$(PERLVER)/man/man3perl/URI::icaps.3perl
file path=usr/perl5/$(PERLVER)/man/man3perl/URI::ldap.3perl
@@ -64,6 +65,7 @@
file path=usr/perl5/vendor_perl/$(PERLVER)/URI/file/Unix.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/URI/file/Win32.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/URI/ftp.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/URI/geo.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/URI/gopher.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/URI/http.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/URI/https.pm
components/perl/URI/manifests/sample-manifest.p5m
@@ -33,6 +33,7 @@
file path=usr/perl5/$(PERLVER)/man/man3perl/URI::_punycode.3perl
file path=usr/perl5/$(PERLVER)/man/man3perl/URI::data.3perl
file path=usr/perl5/$(PERLVER)/man/man3perl/URI::file.3perl
file path=usr/perl5/$(PERLVER)/man/man3perl/URI::geo.3perl
file path=usr/perl5/$(PERLVER)/man/man3perl/URI::icap.3perl
file path=usr/perl5/$(PERLVER)/man/man3perl/URI::icaps.3perl
file path=usr/perl5/$(PERLVER)/man/man3perl/URI::ldap.3perl
@@ -64,6 +65,7 @@
file path=usr/perl5/vendor_perl/$(PERLVER)/URI/file/Unix.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/URI/file/Win32.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/URI/ftp.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/URI/geo.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/URI/gopher.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/URI/http.pm
file path=usr/perl5/vendor_perl/$(PERLVER)/URI/https.pm
components/perl/URI/test/results-all.master
@@ -8,6 +8,9 @@
t/file.t ................... ok
t/ftp.t .................... ok
t/generic.t ................ ok
t/geo_basic.t .............. ok
t/geo_construct.t .......... ok
t/geo_point.t .............. skipped: Needs Geo::Point
t/gopher.t ................. ok
t/heuristic.t .............. ok
t/http.t ................... ok
@@ -53,5 +56,5 @@
-------------------
t/mailto.t               (Wstat: 0 Tests: 20 Failed: 0)
  TODO passed:   16
Files=49, Tests=753
Files=52, Tests=817
Result: PASS