Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 9135
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: SAPER [...] cpan.org
Cc:
AdminCc:

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



Subject: dslip() does not print the licence bit
Hello Jos, While trying to use CPANPLUS, I found that the dslip() method does not print the licence bit. It's not critical but it's not the expected behaviour. Here is a small script that expose the problem: #!/usr/bin/perl use strict; use CPANPLUS::Backend; my $cpan = new CPANPLUS::Backend; @ARGV or die "usage: $0 module_name\n"; my $module = $cpan->parse_module(module => shift); printf "\e[1m%s\e[0m %s %5s by %s (%s)\n", $module->module, $module->version, $module->dslip, $module->author->cpanid, $module->author->author; Called with a module name, it prints some information, including the DSLIP metadata: $ perl -w dslip Net::P0f [MSG] Checking if source files are up to date [MSG] Retrieving /home/maddingue/.cpanplus/sourcefiles.2.13.stored Net::P0f 0.01 adpO by SAPER (Sebastien Aperghis-Tramoni) [MSG] Writing state information back to disk. This may take a little while. As you can see, ->dslip() returned "adpO" instead of "apdOp". The final "p" (the licence) is missing. Regards, Sébastien Aperghis-Tramoni
[SAPER - Fri Dec 24 19:21:02 2004]: Show quoted text
> Hello Jos, > > While trying to use CPANPLUS, I found that the dslip() method does not > print the licence bit. It's not critical but it's not the expected > behaviour. Here is a small script that expose the problem:
Thanks for the report, fixed @ 11738 CPAN Terminal> l Net::P0f [MSG] Checking if source files are up to date [MSG] Retrieving /Users/kane/.cpanplus/sourcefiles.2.09.stored Details for 'Net::P0f' Author Sebastien Aperghis-Tramoni (maddingue@free.fr) Description Perl wrapper for the P0f utility Development Stage Alpha testing Interface Style Object oriented using blessed references and/or inheritance Language Used Perl-only, no compiler needed, should be platform independent Package Net-P0f-0.01.tar.gz Public License Standard-Perl: user may choose between GPL and Artistic Support Level Developer Version on CPAN 0.01