Skip Menu |

This queue is for tickets about the Config-JSON CPAN distribution.

Report information
The Basics
Id: 25212
Status: resolved
Priority: 0/
Queue: Config-JSON

People
Owner: Nobody in particular
Requestors: graham [...] grahamcox.co.uk
Cc:
AdminCc:

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



Subject: Errors installing Config::JSON from CPAN
Date: Wed, 28 Feb 2007 13:14:48 +0000
To: bug-config-json [...] rt.cpan.org
From: Graham Cox <graham [...] grahamcox.co.uk>
Hiya, I have just used the CPAN script to download and install your Config::JSON module for Perl, and had a couple of errors in the installation. Both of them were due to modules not being installed but that weren't automatically pulled in by the installation. The two modules that were missing, and that when installed allowed your module to be installed properly are: Test::Deep Test::Perl::Critic Just thought I'd drop you a quick note incase other people are having the same issue :) -- Graham Cox
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

At least one bug in Config::JSON was immediately recognizable for me. This line in Makefile.PL contains a trailing colon that should notbe there: 'Test::Deep:' => 0, Thanks for the report,
From: jt at plainblack dot com
Show quoted text
> I have just used the CPAN script to download and install your > Config::JSON > module for Perl, and had a couple of errors in the installation. Both > of them > were due to modules not being installed but that weren't automatically > pulled > in by the installation.
Thanks. I've uploaded 1.0.2 that fixes this problem.
Show quoted text
> At least one bug in Config::JSON was immediately recognizable for me. > This line in Makefile.PL contains a trailing colon that should notbe
there: Show quoted text
> > 'Test::Deep:' => 0,
Thanks. I'll be releasing 1.0.3 today to fix this problem.