Update to p5-Params-Coerce-0.15.

This commit is contained in:
benoit 2022-08-03 13:44:56 +00:00
parent a0a8fa06aa
commit d19dedca1a
3 changed files with 3 additions and 17 deletions

View File

@ -1,8 +1,6 @@
COMMENT= allow your classes to do coercion of parameters
DISTNAME= Params-Coerce-0.14
REVISION= 2
DISTNAME = Params-Coerce-0.15
CATEGORIES= devel
# perl

View File

@ -1,2 +1,2 @@
SHA256 (Params-Coerce-0.14.tar.gz) = XGexG5hZ6NDQSMHFKeFv9JRY/kqYoWzL/sbNZuSbdxM=
SIZE (Params-Coerce-0.14.tar.gz) = 26566
SHA256 (Params-Coerce-0.15.tar.gz) = A7wkcafmqpJ7oxPtp9c8UIIGlOgBpbvi/dze2PSTtn8=
SIZE (Params-Coerce-0.15.tar.gz) = 31426

View File

@ -1,12 +0,0 @@
Fix in perl 5.26.0+ (no . in @INC by default)
https://rt.cpan.org/Public/Bug/Display.html?id=121730
Index: Makefile.PL
--- Makefile.PL.orig
+++ Makefile.PL
@@ -1,4 +1,5 @@
use strict;
+BEGIN { push @INC, '.'; }
use inc::Module::Install;
name 'Params-Coerce';