Skip to content

Commit

Permalink
cpan autoupgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmarino committed Sep 7, 2024
1 parent 32dd6ea commit 9565209
Show file tree
Hide file tree
Showing 53 changed files with 192 additions and 72 deletions.
1 change: 1 addition & 0 deletions Scripts/cpan/list.description-override
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ perl-Bit-Vector This module contains an efficient bit vector, set of integers an
perl-Convert-UU This module contains perl implementations of uuencode and uudecode functions.
perl-IO-Capture The IO::Capture Module defines an abstract base class that can be used to build modules that capture output being sent on a filehandle such as STDOUT or STDERR.
perl-IO-stringy This toolkit primarily provides modules for performing both traditional and object-oriented i/o) on things other than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines.
perl-String-Util String::Util provides a collection of small, handy functions for\nprocessing strings in various ways.
perl-Regexp-IPv6 Support regular expression for IPv6 addresses.
perl-Time-timegm The POSIX standard provides three functions for converting between integer\nepoch values and 6-component "broken-down" time representations. localtime\nand gmtime convert an epoch into the 6 components of seconds, minutes,\nhours, day of month, month and year, in either local timezone or UTC. The\nmktime function converts a local broken-down time into an epoch value.\nHowever, POSIX does not provide a UTC version of this.\n\nThis module provides a function timegm which has this ability.
perl-Config-JFDI Config::JFDI is an implementation of Catalyst::Plugin::ConfigLoader that\nexists outside of Catalyst.\n\nEssentially, Config::JFDI will scan a directory for files matching a\ncertain name. If such a file is found which also matches an extension that\nConfig::Any can read, then the configuration from that file will be loaded.\n\nConfig::JFDI will also look for special files that end with a "_local"\nsuffix. Files with this special suffix will take precedence over any other\nexisting configuration file, if any. The precedence takes place by merging\nthe local configuration with the "standard" configuration via\nHash::Merge::Simple.\n\nFinally, you can override/modify the path search from outside your\napplication, by setting the [NAME]_CONFIG variable outside your application\n(where [NAME] is the uppercase version of what you passed to\nConfig::JFDI->new).
Expand Down
1 change: 1 addition & 0 deletions Scripts/cpan/list.summary-override
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ perl-Bit-Vector Efficient bit vector and "big int" library
perl-Convert-UU Module for uuencode and uudecode
perl-IO-Capture Base Class for modules to capture output
perl-IO-stringy I/O on objects like strings and arrays
perl-String-Util String processing utility functions
perl-Regexp-IPv6 Regular expression for IPv6 addresses
perl-DBIx-Simple Object-Oriented interface to DBI
perl-Web-Scraper Web Scraping Toolkit
Expand Down
2 changes: 1 addition & 1 deletion bucket_18/perl-Syntax-Keyword-Try/distinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cc320719d3608daa9514743a43dac2be99cb8ccd989b1fefa285290cb1d59d8f 45060 Syntax-Keyword-Try-0.29.tar.gz
f068f0b9c71fff8fef6d8a9e9ed6951cb7a52b976322bd955181cc5e7b17e692 45489 Syntax-Keyword-Try-0.30.tar.gz
6 changes: 3 additions & 3 deletions bucket_18/perl-Syntax-Keyword-Try/specification
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEF[PORTVERSION]= 0.290
DEF[PORTVERSION]= 0.300
# ------------------------------------------------------------------------

NAMEBASE= perl-Syntax-Keyword-Try
Expand All @@ -12,7 +12,7 @@ CONTACT= Perl_Automaton[[email protected]]

DOWNLOAD_GROUPS= main
SITES[main]= CPAN/ID:P/PE/PEVANS
DISTFILE[1]= Syntax-Keyword-Try-0.29.tar.gz:main
DISTFILE[1]= Syntax-Keyword-Try-0.30.tar.gz:main

SPKGS[538]= single
SPKGS[540]= single
Expand All @@ -27,7 +27,7 @@ VOPTS[540]= PERL_538=OFF PERL_540=ON

GENERATED= yes
SINGLE_JOB= yes
DISTNAME= Syntax-Keyword-Try-0.29
DISTNAME= Syntax-Keyword-Try-0.30

# ----------------------------------------------
# | Prerequisites extracted from META.json
Expand Down
2 changes: 2 additions & 0 deletions bucket_21/perl-meta/descriptions/desc.single
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
meta-programming API

1 change: 1 addition & 0 deletions bucket_21/perl-meta/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a27785243aaea246d94a269a46ff55609e3bc4e64383935f49bd085d16375760 26983 meta-0.006.tar.gz
43 changes: 43 additions & 0 deletions bucket_21/perl-meta/specification
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
DEF[PORTVERSION]= 0.006
# ------------------------------------------------------------------------

NAMEBASE= perl-meta
VERSION= ${PORTVERSION}
KEYWORDS= perl
VARIANTS= 538 540
SDESC[538]= Meta-programming API (5.38)
SDESC[540]= Meta-programming API (5.40)
HOMEPAGE= none
CONTACT= Perl_Automaton[[email protected]]

DOWNLOAD_GROUPS= main
SITES[main]= CPAN/ID:P/PE/PEVANS
DISTFILE[1]= meta-${PORTVERSION}.tar.gz:main

SPKGS[538]= single
SPKGS[540]= single

OPTIONS_AVAILABLE= PERL_538 PERL_540
OPTIONS_STANDARD= none
VOPTS[538]= PERL_538=ON PERL_540=OFF
VOPTS[540]= PERL_538=OFF PERL_540=ON

# License listed in CPAN directory:
# perl_5

GENERATED= yes
SINGLE_JOB= yes
DISTNAME= meta-${PORTVERSION}

# ----------------------------------------------
# | Prerequisites extracted from META.json
# ----------------------------------------------
# | build : ExtUtils::CBuilder (perl 5.38 core) (perl 5.40 core)
# | configure : Module::Build
# | test : Test2::V0 (perl 5.40 core)

[PERL_538].USES_ON= perl:538,buildmod,run
[PERL_538].BUILD_DEPENDS_ON= perl-Module-Build:single:538
[PERL_540].USES_ON= perl:540,buildmod,run
[PERL_540].BUILD_DEPENDS_ON= perl-Module-Build:single:540

2 changes: 1 addition & 1 deletion bucket_34/perl-XS-Parse-Keyword/distinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a21ae79221927efc11d89d8c9db32df6cc20b3169c5f692e192114ae234d7612 92761 XS-Parse-Keyword-0.44.tar.gz
65a2726a910079499ad4bb83c4178059da43306ae92c8734c8fa17c02f22a01d 93215 XS-Parse-Keyword-0.46.tar.gz
6 changes: 3 additions & 3 deletions bucket_34/perl-XS-Parse-Keyword/specification
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEF[PORTVERSION]= 0.440
DEF[PORTVERSION]= 0.460
# ------------------------------------------------------------------------

NAMEBASE= perl-XS-Parse-Keyword
Expand All @@ -12,7 +12,7 @@ CONTACT= Perl_Automaton[[email protected]]

DOWNLOAD_GROUPS= main
SITES[main]= CPAN/ID:P/PE/PEVANS
DISTFILE[1]= XS-Parse-Keyword-0.44.tar.gz:main
DISTFILE[1]= XS-Parse-Keyword-0.46.tar.gz:main

SPKGS[538]= single
SPKGS[540]= single
Expand All @@ -27,7 +27,7 @@ VOPTS[540]= PERL_538=OFF PERL_540=ON

GENERATED= yes
SINGLE_JOB= yes
DISTNAME= XS-Parse-Keyword-0.44
DISTNAME= XS-Parse-Keyword-0.46

# ----------------------------------------------
# | Prerequisites extracted from META.json
Expand Down
2 changes: 1 addition & 1 deletion bucket_40/perl-PDL/distinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9e408e4f06685de911697e12eaa5c8538e8521cbb80b876eda4bbcc7f98f196f 2993088 PDL-2.089.tar.gz
f3eabb83597866ff16491cf75ec70c0648a351088034111baa356ec0d9f3461b 2966528 PDL-2.092.tar.gz
2 changes: 1 addition & 1 deletion bucket_40/perl-PDL/specification
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEF[PORTVERSION]= 2.089
DEF[PORTVERSION]= 2.092
# ------------------------------------------------------------------------

NAMEBASE= perl-PDL
Expand Down
2 changes: 1 addition & 1 deletion bucket_40/perl-Test-MockModule/distinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
332b46f79e210468b8f739794cae569dc868cf0ec7fa0bd1732f7915352d6031 24111 Test-MockModule-v0.178.0.tar.gz
7e261041ac1adc074f3ad98eb7c3f31f8a1bfc96d9eca99db77a473f53fdb5e0 24888 Test-MockModule-v0.179.0.tar.gz
9 changes: 6 additions & 3 deletions bucket_40/perl-Test-MockModule/specification
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEF[PORTVERSION]= 0.178.0
DEF[PORTVERSION]= 0.179.0
# ------------------------------------------------------------------------

NAMEBASE= perl-Test-MockModule
Expand All @@ -12,7 +12,7 @@ CONTACT= Perl_Automaton[[email protected]]

DOWNLOAD_GROUPS= main
SITES[main]= CPAN/ID:G/GF/GFRANKS
DISTFILE[1]= Test-MockModule-v0.178.0.tar.gz:main
DISTFILE[1]= Test-MockModule-v0.179.0.tar.gz:main

SPKGS[538]= single
SPKGS[540]= single
Expand All @@ -27,22 +27,25 @@ VOPTS[540]= PERL_538=OFF PERL_540=ON

GENERATED= yes
SINGLE_JOB= yes
DISTNAME= Test-MockModule-v0.178.0
DISTNAME= Test-MockModule-v0.179.0

# ----------------------------------------------
# | Prerequisites extracted from META.json
# ----------------------------------------------
# | runtime : Carp (perl 5.38 core) (perl 5.40 core)
# | runtime : SUPER
# | runtime : Scalar::Util (perl 5.38 core) (perl 5.40 core)
# | runtime : Software::License
# | configure : Module::Build
# | test : Test::More (perl 5.38 core) (perl 5.40 core)
# | test : Test::Warnings

[PERL_538].USES_ON= perl:538,buildmod,run
[PERL_538].BUILDRUN_DEPENDS_ON= perl-SUPER:single:538
perl-Software-License:single:538
[PERL_538].BUILD_DEPENDS_ON= perl-Module-Build:single:538
[PERL_540].USES_ON= perl:540,buildmod,run
[PERL_540].BUILDRUN_DEPENDS_ON= perl-SUPER:single:540
perl-Software-License:single:540
[PERL_540].BUILD_DEPENDS_ON= perl-Module-Build:single:540

2 changes: 1 addition & 1 deletion bucket_46/perl-Devel-MAT-Dumper/distinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
28a22da4cd47141a75caa0fc9deb7a5d1aea30c55665d68c26cf7dab7eeb1114 39086 Devel-MAT-Dumper-0.48.tar.gz
c8cfff7ed3ffd8f08cfdae02682847a1fb4c594518aa6e13080ada9e2623b2b2 39152 Devel-MAT-Dumper-0.49.tar.gz
2 changes: 1 addition & 1 deletion bucket_46/perl-Devel-MAT-Dumper/specification
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEF[PORTVERSION]= 0.48
DEF[PORTVERSION]= 0.49
# ------------------------------------------------------------------------

NAMEBASE= perl-Devel-MAT-Dumper
Expand Down
2 changes: 1 addition & 1 deletion bucket_5F/perl-Perl-Tidy/distinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
47ff9e8ce98b5a43dc2d9ce4f02b9af3f4824a5fd912473edc9c16dc595468f2 1077858 Perl-Tidy-20240511.tar.gz
22fba4ba84cf2ba5fb4ade3ae65c6deb48a0ee61fe446858d3ae8c5e00f37e81 1111605 Perl-Tidy-20240903.tar.gz
2 changes: 1 addition & 1 deletion bucket_5F/perl-Perl-Tidy/specification
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEF[PORTVERSION]= 20240511
DEF[PORTVERSION]= 20240903
# ------------------------------------------------------------------------

NAMEBASE= perl-Perl-Tidy
Expand Down
2 changes: 1 addition & 1 deletion bucket_60/perl-DBI/distinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8a2b993db560a2c373c174ee976a51027dd780ec766ae17620c20393d2e836fa 612372 DBI-1.643.tar.gz
e38b7a5efee129decda12383cf894963da971ffac303f54cc1b93e40e3cf9921 728223 DBI-1.645.tgz
6 changes: 3 additions & 3 deletions bucket_60/perl-DBI/specification
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEF[PORTVERSION]= 1.643
DEF[PORTVERSION]= 1.645
# ------------------------------------------------------------------------

NAMEBASE= perl-DBI
Expand All @@ -11,8 +11,8 @@ HOMEPAGE= https://github.com/perl5-dbi/dbi
CONTACT= Perl_Automaton[[email protected]]

DOWNLOAD_GROUPS= main
SITES[main]= CPAN/ID:T/TI/TIMB
DISTFILE[1]= DBI-${PORTVERSION}.tar.gz:main
SITES[main]= CPAN/ID:H/HM/HMBRAND
DISTFILE[1]= DBI-1.645.tgz:main

SPKGS[538]= single
SPKGS[540]= single
Expand Down
2 changes: 1 addition & 1 deletion bucket_6C/perl-Net-DNS/distinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
39f4b82ffe822f4d28691f6c4260f6f1fe6b5a09b546b56dd2410c21b38c1380 260858 Net-DNS-1.45.tar.gz
91b65cd0f12461802c61ca5474f87b3e29f5182d2e1b3a2ea70702a3efb4a743 261425 Net-DNS-1.46.tar.gz
2 changes: 1 addition & 1 deletion bucket_6C/perl-Net-DNS/specification
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEF[PORTVERSION]= 1.45
DEF[PORTVERSION]= 1.46
# ------------------------------------------------------------------------

NAMEBASE= perl-Net-DNS
Expand Down
2 changes: 1 addition & 1 deletion bucket_6F/perl-ExtUtils-Helpers/distinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9d592131dc5845a86dc28be9143f764e73cb62db06fedf50a895be1324b6cec5 16557 ExtUtils-Helpers-0.027.tar.gz
c8574875cce073e7dc5345a7b06d502e52044d68894f9160203fcaab379514fe 16620 ExtUtils-Helpers-0.028.tar.gz
2 changes: 1 addition & 1 deletion bucket_6F/perl-ExtUtils-Helpers/specification
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEF[PORTVERSION]= 0.027
DEF[PORTVERSION]= 0.028
# ------------------------------------------------------------------------

NAMEBASE= perl-ExtUtils-Helpers
Expand Down
2 changes: 1 addition & 1 deletion bucket_7A/perl-Module-Build-Tiny/distinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
79a73e506fb7badabdf79137a45c6c5027daaf6f9ac3dcfb9d4ffcce92eb36bd 22698 Module-Build-Tiny-0.048.tar.gz
74fdce35e8cd4d787bc2d4fc1d43a291b7bbced4e94dc5fc592bd81ca93a98e9 22872 Module-Build-Tiny-0.051.tar.gz
13 changes: 6 additions & 7 deletions bucket_7A/perl-Module-Build-Tiny/specification
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEF[PORTVERSION]= 0.048
DEF[PORTVERSION]= 0.051
# ------------------------------------------------------------------------

NAMEBASE= perl-Module-Build-Tiny
Expand Down Expand Up @@ -33,7 +33,6 @@ DISTNAME= Module-Build-Tiny-${PORTVERSION}
# | Prerequisites extracted from META.json
# ----------------------------------------------
# | runtime : CPAN::Meta (perl 5.38 core) (perl 5.40 core)
# | runtime : CPAN::Requirements::Dynamic
# | runtime : DynaLoader (perl 5.38 core) (perl 5.40 core)
# | runtime : Exporter (perl 5.38 core) (perl 5.40 core)
# | runtime : ExtUtils::CBuilder (perl 5.38 core) (perl 5.40 core)
Expand All @@ -52,8 +51,8 @@ DISTNAME= Module-Build-Tiny-${PORTVERSION}
# | runtime : TAP::Harness::Env (perl 5.38 core) (perl 5.40 core)
# | runtime : strict (perl 5.38 core) (perl 5.40 core)
# | runtime : warnings (perl 5.38 core) (perl 5.40 core)
# | runtime : CPAN::Requirements::Dynamic
# | configure : CPAN::Meta (perl 5.38 core) (perl 5.40 core)
# | configure : CPAN::Requirements::Dynamic
# | configure : DynaLoader (perl 5.38 core) (perl 5.40 core)
# | configure : Exporter (perl 5.38 core) (perl 5.40 core)
# | configure : ExtUtils::CBuilder (perl 5.38 core) (perl 5.40 core)
Expand Down Expand Up @@ -85,13 +84,13 @@ DISTNAME= Module-Build-Tiny-${PORTVERSION}
# | test : lib (perl 5.38 core) (perl 5.40 core)

[PERL_538].USES_ON= perl:538,buildmodtiny,run
[PERL_538].BUILDRUN_DEPENDS_ON= perl-CPAN-Requirements-Dynamic:single:538
perl-ExtUtils-Config:single:538
[PERL_538].BUILDRUN_DEPENDS_ON= perl-ExtUtils-Config:single:538
perl-ExtUtils-Helpers:single:538
perl-ExtUtils-InstallPaths:single:538
perl-CPAN-Requirements-Dynamic:single:538
[PERL_540].USES_ON= perl:540,buildmodtiny,run
[PERL_540].BUILDRUN_DEPENDS_ON= perl-CPAN-Requirements-Dynamic:single:540
perl-ExtUtils-Config:single:540
[PERL_540].BUILDRUN_DEPENDS_ON= perl-ExtUtils-Config:single:540
perl-ExtUtils-Helpers:single:540
perl-ExtUtils-InstallPaths:single:540
perl-CPAN-Requirements-Dynamic:single:540

2 changes: 1 addition & 1 deletion bucket_9D/perl-Mozilla-PublicSuffix/distinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a3bc115d6a59fb7bf23b539fb7b95e4ee06850fab884e2d12dd98dc545f9ebd8 87552 Mozilla-PublicSuffix-v1.0.6.tar.gz
6815e292161ba8192b434398db295e229b3e61574e6a61994e90f359a2c71b21 96335 Mozilla-PublicSuffix-v1.0.7.tar.gz
6 changes: 3 additions & 3 deletions bucket_9D/perl-Mozilla-PublicSuffix/specification
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEF[PORTVERSION]= 1.0.6
DEF[PORTVERSION]= 1.0.7
# ------------------------------------------------------------------------

NAMEBASE= perl-Mozilla-PublicSuffix
Expand All @@ -12,7 +12,7 @@ CONTACT= Perl_Automaton[[email protected]]

DOWNLOAD_GROUPS= main
SITES[main]= CPAN/ID:T/TO/TOMHUKINS
DISTFILE[1]= Mozilla-PublicSuffix-v1.0.6.tar.gz:main
DISTFILE[1]= Mozilla-PublicSuffix-v1.0.7.tar.gz:main

SPKGS[538]= single
SPKGS[540]= single
Expand All @@ -27,7 +27,7 @@ VOPTS[540]= PERL_538=OFF PERL_540=ON

GENERATED= yes
SINGLE_JOB= yes
DISTNAME= Mozilla-PublicSuffix-v1.0.6
DISTNAME= Mozilla-PublicSuffix-v1.0.7

# ---------------------------------------------
# | Prerequisites extracted from META.yml
Expand Down
2 changes: 1 addition & 1 deletion bucket_A2/perl-Mail-DKIM/distinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
33f1fb24b9678182ff29275491fd20980ec93bc5f69bc5ad21ca673bf8d7c3d1 183425 Mail-DKIM-1.20240619.tar.gz
1e4b038ebbe3979cb90f329e05b6ea680d3bcbfe3fa40305376b8cb302a04e99 184358 Mail-DKIM-1.20240827.tar.gz
2 changes: 1 addition & 1 deletion bucket_A2/perl-Mail-DKIM/specification
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEF[PORTVERSION]= 1.20240619
DEF[PORTVERSION]= 1.20240827
# ------------------------------------------------------------------------

NAMEBASE= perl-Mail-DKIM
Expand Down
2 changes: 1 addition & 1 deletion bucket_A9/perl-YAML-LibYAML/distinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
155ab83675345c50add03311acf9dd915955707f909a2abd8b17d7792859b2ec 153478 YAML-LibYAML-0.89.tar.gz
d8b709ab5b4bca8c52fbe179d2010a2f92293d00c64bca61777dcf9afd2e72a0 157802 YAML-LibYAML-v0.901.0.tar.gz
26 changes: 23 additions & 3 deletions bucket_A9/perl-YAML-LibYAML/specification
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEF[PORTVERSION]= 0.89
DEF[PORTVERSION]= 0.901.0
# ------------------------------------------------------------------------

NAMEBASE= perl-YAML-LibYAML
Expand All @@ -12,7 +12,7 @@ CONTACT= Perl_Automaton[[email protected]]

DOWNLOAD_GROUPS= main
SITES[main]= CPAN/ID:T/TI/TINITA
DISTFILE[1]= YAML-LibYAML-${PORTVERSION}.tar.gz:main
DISTFILE[1]= YAML-LibYAML-v0.901.0.tar.gz:main

SPKGS[538]= single
SPKGS[540]= single
Expand All @@ -27,13 +27,33 @@ VOPTS[540]= PERL_538=OFF PERL_540=ON

GENERATED= yes
SINGLE_JOB= yes
DISTNAME= YAML-LibYAML-${PORTVERSION}
DISTNAME= YAML-LibYAML-v0.901.0

# ----------------------------------------------
# | Prerequisites extracted from META.json
# ----------------------------------------------
# | runtime : B::Deparse (perl 5.38 core) (perl 5.40 core)
# | runtime : Exporter (perl 5.38 core) (perl 5.40 core)
# | runtime : Scalar::Util (perl 5.38 core) (perl 5.40 core)
# | runtime : base (perl 5.38 core) (perl 5.40 core)
# | runtime : constant (perl 5.38 core) (perl 5.40 core)
# | runtime : strict (perl 5.38 core) (perl 5.40 core)
# | runtime : warnings (perl 5.38 core) (perl 5.40 core)
# | configure : ExtUtils::MakeMaker (perl 5.38 core) (perl 5.40 core)
# | test : Devel::Peek (perl 5.38 core) (perl 5.40 core)
# | test : Encode (perl 5.38 core) (perl 5.40 core)
# | test : File::Find (perl 5.38 core) (perl 5.40 core)
# | test : File::Path (perl 5.38 core) (perl 5.40 core)
# | test : FindBin (perl 5.38 core) (perl 5.40 core)
# | test : IO::File (perl 5.38 core) (perl 5.40 core)
# | test : IO::Pipe (perl 5.38 core) (perl 5.40 core)
# | test : Test::More (perl 5.38 core) (perl 5.40 core)
# | test : Tie::Array (perl 5.38 core) (perl 5.40 core)
# | test : Tie::Hash (perl 5.38 core) (perl 5.40 core)
# | test : blib (perl 5.38 core) (perl 5.40 core)
# | test : if (perl 5.38 core) (perl 5.40 core)
# | test : lib (perl 5.38 core) (perl 5.40 core)
# | test : utf8 (perl 5.38 core) (perl 5.40 core)

[PERL_538].USES_ON= perl:538,configure
[PERL_540].USES_ON= perl:540,configure
Expand Down
4 changes: 2 additions & 2 deletions bucket_C4/perl-String-Util/descriptions/desc.single
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
String processing utility functions

String::Util provides a collection of small, handy functions for
processing strings in various ways.
2 changes: 1 addition & 1 deletion bucket_C4/perl-String-Util/distinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
319ce8cd665341e56521fa155d962a19328e90d9f7036765925ccde26725c469 22176 String-Util-1.34.tar.gz
e089dc4aa714c4801b359df6546f265bad392ca2380309c8900e45b4668bb76e 17216 String-Util-1.35.tar.gz
Loading

0 comments on commit 9565209

Please sign in to comment.