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;
This queue is for tickets about the Nexus-Uploader CPAN distribution.
The Basics
People
|
Bug Information
|