sparrow2009

Results 6 comments of sparrow2009

A final note: This is actually a downstream patch in order to handle a race condition that is built into `Mojo::Path::to_string()`. ``` my $path = ...; Mojo::Path->new( $path )->to_string() #...

I try to illustrate my case. Suppose you have: ``` perl -v This is perl 5, version 24, subversion 4 (v5.24.4) built for x86_64-linux (with 1 registered patch, see perl...

Took me a while to reach this guess: Are you using the still to be released `CPANSA::DB` locally? When using `CPAN::Audit::DB` instead during the evaluation of `$Module::CoreList::version{$]}` some core modules...

Regarding the `dist` command: I recommend not to change `CPAN::Audit::Version::in_range'`s interpretation of version ranges with no range characters specified. Its present interpretation maps nicely to the cpanfile spec and one...

> I think we are seeing the same output here, although I also fixed up several of the perl reports too. As I am not a native English speaker this...

One could also make a plain version as argument to the `dist` and `module` commands fatal and advise the user to specify either `==$version `or `>=$version` instead.