Skip Menu |

This queue is for tickets about the CPAN-SQLite CPAN distribution.

Report information
The Basics
Id: 121281
Status: rejected
Priority: 0/
Queue: CPAN-SQLite

People
Owner: Nobody in particular
Requestors: cwhitener [...] gmail.com
Cc:
AdminCc:

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



Subject: Mention of LWP::Version
LWP::Version isn't a module in the distribution. Here's a small diff to fix that. diff --git a/t/lib/TestSQL.pm b/t/lib/TestSQL.pm index d8ef7c6..40cc44f 100644 --- a/t/lib/TestSQL.pm +++ b/t/lib/TestSQL.pm @@ -351,7 +351,6 @@ $dists = { 'LWP::Sink::rot13' => 1, 'LWP::Sink::identity' => 1, 'LWP::StdSched' => 1, - 'LWP::Version' => 1, 'LWP::Sink::Monitor' => 1, 'LWP::Sink::base64' => 1, 'LWP::Conn::FILE' => 1, @@ -1595,10 +1594,6 @@ $mods = { 'dist_name' => 'LWPng-alpha', 'mod_vers' => undef }, - 'LWP::Version' => { - 'dist_name' => 'LWPng-alpha', - 'mod_vers' => '0.24' - }, 'Font::Metrics::TimesRoman' => { 'dist_name' => 'Font-AFM', 'mod_vers' => undef
On Fri Apr 21 21:43:27 2017, CAPOEIRAB wrote: Show quoted text
> LWP::Version isn't a module in the distribution. Here's a small diff > to fix that.
It doesn't "fix" anything because there's no actual "distribution" to speak of. It's a testing data. -- Serguei Trouchelle