Hello

2012/12/21 MPR <mplistarch...@gmail.com>:

> I also tried passing the distribution name using an array reference
> and I got the same error.
>
> PS C:\Users\smoker> cat test-smoke.pl
> use CPAN::Reporter::Smoker;
> my @dists = 'Tk';
> start( list => \@dists );

CPAN::Reporter::Smoker does not validate @dists. "Distribution names
must be of the form 'AUTHOR/Dist-Name-0.00.tar.gz'". In you case:
"SREZIC/Tk-804.030.tar.gz".

-- 
Alexandr Ciornii, http://chorny.net

Reply via email to