]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
perl-Carp-Clan: Update to 6.08
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 22 Mar 2021 07:24:40 +0000 (08:24 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Mar 2021 10:41:20 +0000 (10:41 +0000)
- Update from 6.04 to 6.08
- Updated rootfile
- perl-Carp-Clan is a dependency of the swatch addon
- Changelog
   6.08      2019-09-14 17:09:41Z
    - fix warning in bad test (thanks, Todd Rinaldo - RT#130494)
    - speed up code that was accomodating ancient perl versions that are no
      longer supported
   6.07      2018-12-02 21:44:55Z
    - declared test prerequisites in the proper phase (RT#125288)
    - modernized distribution tooling
   6.06      2016-05-29
    - Avoid failure due to version self-check in 20pre560.t
      This test seems like a footgun for release management reasons, but apprently
      I wasn't quite as careful as I tried to be in keeping the last release minimal.
   6.05      2016-05-29
    - Patch tests failing due to 5.25.1+'s deprecated unquoted { } in regex.
      (RT #114537)

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/perl-Carp-Clan
lfs/perl-Carp-Clan

index 502bdf62eec8b8d6595b5cd5e9b8c1f3056e5961..10e2a554397c3c3e6e2ddf43524092f878e2dba2 100644 (file)
@@ -1,6 +1,5 @@
 #usr/lib/perl5/site_perl/5.30.0/Carp
 usr/lib/perl5/site_perl/5.30.0/Carp/Clan.pm
-usr/lib/perl5/site_perl/5.30.0/Carp/Clan.pod
 #usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/Carp
 #usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/Carp/Clan
 #usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/Carp/Clan/.packlist
index 3d9f85ff3c0ff7cc2aca098adebe923503b365a1..e0c0578292c19a112980067f386b75d38f0ebd91 100644 (file)
@@ -24,7 +24,7 @@
 ###############################################################################
 
 include Config
-VER        = 6.04
+VER        = 6.08
 
 THISAPP    = Carp-Clan-$(VER)
 DL_FILE    = ${THISAPP}.tar.gz
@@ -33,7 +33,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = perl-Carp-Clan
 DEPS       =
-PAK_VER    = 4
+PAK_VER    = 5
 
 ###############################################################################
 # Top-level Rules
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = b6316bc51bb530d994f2784615939fb2
+$(DL_FILE)_MD5 = 34fe04102374516ef7a105375b95ffde
 
 install : $(TARGET)