mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 00:12:58 +02:00
perl-Carp-Clan: Update to 6.08
- 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>
This commit is contained in:
committed by
Michael Tremer
parent
e352fc1647
commit
dbcf1a03da
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user