Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CPAN-Reporter CPAN distribution.

Report information
The Basics
Id: 73045
Status: resolved
Priority: 0/
Queue: CPAN-Reporter

People
Owner: Nobody in particular
Requestors: rrwo [...] cpan.org
Cc:
AdminCc:

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



Subject: Validation of transport in CPAN::Reporter::Config disallows legacy transport methods
I am trying to use Test::Reporter::Transport::Mail::Send for legacy-style test reports (to be sent to a separate address for an internal mini-CPAN smoke tester). But it seems that the validation method disallows multi-level namespaces, so it only looks for Test::Reporter::Transport::Mail. In the CPAN::Reporter::Config's _validate_transport, the line if ( $option =~ /^(\w+)\s?/ ) { should be changed to if ( $option =~ /^(\w+([:][:]\w+)*)\s?/ ) {
Thank you for reporting that. It should be fixed in 1.2003 released to CPAN a minute ago.
Subject: Re: [rt.cpan.org #73045] Validation of transport in CPAN::Reporter::Config disallows legacy transport methods
Date: Wed, 07 Dec 2011 09:51:10 +0000
To: bug-CPAN-Reporter [...] rt.cpan.org
From: Robert Rothenberg <robrwo [...] gmail.com>
On 06/12/11 16:23 David Golden via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=73045 > > > Thank you for reporting that. It should be fixed in 1.2003 released to > CPAN a minute ago.
Thank you for fixing it quickly.