Skip Menu |

This queue is for tickets about the Alias-Any CPAN distribution.

Report information
The Basics
Id: 122390
Status: resolved
Priority: 0/
Queue: Alias-Any

People
Owner: Nobody in particular
Requestors: 'spro^^*%*^6ut# [...] &$%*c
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Undeclared dependency on Keyword::Declare
See the attached patch.
Subject: open_xMDWtsCp.txt
diff -Nurp Alias-Any-0.000003-0-orig/Makefile.PL Alias-Any-0.000003-0/Makefile.PL --- Alias-Any-0.000003-0-orig/Makefile.PL 2017-07-06 02:21:30.000000000 -0700 +++ Alias-Any-0.000003-0/Makefile.PL 2017-07-07 18:50:04.000000000 -0700 @@ -14,7 +14,7 @@ WriteMakefile( 'Test::More' => 0, ( $^V < 5.020 ? ('Data::Alias' => 0) - : () + : ('Keyword::Declare' => 0) ) }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
On Fri Jul 07 21:50:48 2017, SPROUT wrote: Show quoted text
> See the attached patch.
Sorry. That patch is wrong. Keyword::Declare is required on all versions.
Subject: Re: [rt.cpan.org #122390] Undeclared dependency on Keyword::Declare
Date: Sat, 8 Jul 2017 14:37:31 +1000
To: bug-Alias-Any [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Patched and re-uploaded. Many thanks, Father C! Damian