brian d foy
brian d foy
#162 and #164 - handle distro and module arguments, and exit with right value
I'm transferring and splitting up some issues reported in [App::Cpan many problems, multiple fixes](https://rt.cpan.org/Ticket/Display.html?id=145462). In App::Cpan::_download, the log line uses the wrong variable as a hash key: $logger->info( "Downloaded [$arg]...
I'm transferring and splitting up some issues reported in [App::Cpan many problems, multiple fixes](https://rt.cpan.org/Ticket/Display.html?id=145462). The internal `_download` function uses LWP directly. I need to fix this to use CPAN.pm's mechanism....
#166 Co-authored-by: "eponymous alias"
I'm transferring and splitting up some issues reported in [App::Cpan many problems, multiple fixes](https://rt.cpan.org/Ticket/Display.html?id=145462). In App::Cpan::getfile, there is this overly inclusive line: last if( 200
I'm transferring and splitting up some issues reported in [App::Cpan many problems, multiple fixes](https://rt.cpan.org/Ticket/Display.html?id=145462). The sprintf uses `%.4f`, so some longer versions are truncated to make it appear that the...
I'm transferring and splitting up some issues reported in [App::Cpan many problems, multiple fixes](https://rt.cpan.org/Ticket/Display.html?id=145462). This works: cpan -g Some::Module But it doesn't support this: cpan -g SOMEAUTHOR/Some-Module-1.0.tgz It should support...
I'm transferring and splitting up some issues reported in [App::Cpan many problems, multiple fixes](https://rt.cpan.org/Ticket/Display.html?id=145462). While downloading distro files, the internal `_download` function returns a hash reference instead of the exit...
I'm transferring and splitting up some issues reported in [App::Cpan many problems, multiple fixes](https://rt.cpan.org/Ticket/Display.html?id=145462). While running `cpan -O` to get a list of outdated modules, there are sometimes numeric warnings...
* JSON::Validator version: 5.14 * Perl version: - * Operating system: macOS, ArchLinux, Ubuntu 20.04, FreeBSD 12.3-RELEASE-p6 ### Steps to reproduce the behavior * Download https://cpan.metacpan.org/authors/id/J/JH/JHTHORSEN/JSON-Validator-5.14.tar.gz * untar with GNU...