Skip Menu |

This queue is for tickets about the Nexus-Uploader CPAN distribution.

Report information
The Basics
Id: 130781
Status: resolved
Priority: 0/
Queue: Nexus-Uploader

People
Owner: SVW [...] cpan.org
Requestors: SVW [...] cpan.org
Cc:
AdminCc:

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



Subject: search and replace in group processing seems to be wrong
$Nexus::Uploader::VERSION = '1.0.0'; From my perspective the source code line 65 $value =~ s#/#.#g; is wrong and should be replaced with $value =~ s#\.#/#g;
fix implemented in version 1.0.1