Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

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

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

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



Subject: Cannot fetch distributions with .tgz extension
Distros such as C/CM/CMOORE/CGI-Application-PageBuilder-0.5.tgz cannot be tested because CPANPLUS assumes it has .tar.gz extension. So 'grep \.tgz 02packages.details.txt |wc -l' yields 366 packages with .tgz extension.
[guest - Thu Jun 23 07:16:24 2005]: Robert, Show quoted text
> Distros such as C/CM/CMOORE/CGI-Application-PageBuilder-0.5.tgz cannot > be tested because CPANPLUS assumes it has .tar.gz extension.
I keep repeating this over and over and over and over again, and it's getting a little bit tiresome -- with reports like this you need to tell me WHAT IT IS YOU DID AND WHAT THE FAILURE MESSAGE WAS -- simply saying 'it dun work' is just not good enough. There's no way in *hell* it's possible for me to debug this for you otherwise. But, stupid as i am, i tried anyway, and It Work For Me (tm). So this ticket is resolved unless you can provide me a test case that shows me otherwise. For completeness sake: CPAN Terminal> v CPANPLUS::Shell::Default -- CPAN exploration and modules installation (v0.055) *** Please report bugs to <cpanplus-bugs@lists.sourceforge.net>. *** Using CPANPLUS::Backend v0.055. ReadLine support enabled. CPAN Terminal> t C/CM/CMOORE/CGI-Application-PageBuilder-0.5.tgz Testing CGI::Application::PageBuilder [MSG] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/authors/id/C/CM/CMOORE/CHECKSUMS' [MSG] Checksum matches for 'CGI-Application-PageBuilder-0.5.tgz' [MSG] Extracted 'CGI-Application-PageBuilder-0.5/' [MSG] Extracted 'CGI-Application-PageBuilder-0.5/Changes' [MSG] Extracted 'CGI-Application-PageBuilder-0.5/Makefile.PL' [MSG] Extracted 'CGI-Application-PageBuilder-0.5/MANIFEST' [MSG] Extracted 'CGI-Application-PageBuilder-0.5/PageBuilder.pm' [MSG] Extracted 'CGI-Application-PageBuilder-0.5/README' [MSG] Extracted 'CGI-Application-PageBuilder-0.5/t/' [MSG] Extracted 'CGI-Application-PageBuilder-0.5/t/1.t' [MSG] Extracted 'CGI::Application::PageBuilder' to '/Users/kane/.cpanplus/5.8.3/build/CGI- Application-PageBuilder-0.5' Running [perlc Makefile.PL ]... Checking if your kit is complete... Looks good Writing Makefile for CGI::Application::PageBuilder Running [/usr/bin/make]... cp PageBuilder.pm blib/lib/CGI/Application/PageBuilder.pm Manifying blib/man3/CGI::Application::PageBuilder.3 Running [/usr/bin/make test]... PERL_DL_NONLAZY=1 /usr/bin/perlc "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/ lib', 'blib/arch')" t/*.t t/1....ok All tests successful. Files=1, Tests=2, 0 wallclock secs ( 0.05 cusr + 0.01 csys = 0.06 CPU) [MSG] MAKE TEST passed: PERL_DL_NONLAZY=1 /usr/bin/perlc "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1....ok All tests successful. Files=1, Tests=2, 0 wallclock secs ( 0.05 cusr + 0.01 csys = 0.06 CPU) Module 'CGI::Application::PageBuilder' tested successfully No errors testing all modules CPAN Terminal> t CGI::Application::PageBuilder Testing CGI::Application::PageBuilder [MSG] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/authors/id/C/CM/CMOORE/CHECKSUMS' [MSG] Checksum matches for 'CGI-Application-PageBuilder-0.5.tgz' [MSG] Extracted 'CGI-Application-PageBuilder-0.5/' [MSG] Extracted 'CGI-Application-PageBuilder-0.5/Changes' [MSG] Extracted 'CGI-Application-PageBuilder-0.5/Makefile.PL' [MSG] Extracted 'CGI-Application-PageBuilder-0.5/MANIFEST' [MSG] Extracted 'CGI-Application-PageBuilder-0.5/PageBuilder.pm' [MSG] Extracted 'CGI-Application-PageBuilder-0.5/README' [MSG] Extracted 'CGI-Application-PageBuilder-0.5/t/' [MSG] Extracted 'CGI-Application-PageBuilder-0.5/t/1.t' [MSG] Extracted 'CGI::Application::PageBuilder' to '/Users/kane/.cpanplus/5.8.3/build/CGI- Application-PageBuilder-0.5' Running [perlc Makefile.PL ]... Writing Makefile for CGI::Application::PageBuilder Running [/usr/bin/make]... Manifying blib/man3/CGI::Application::PageBuilder.3 Running [/usr/bin/make test]... PERL_DL_NONLAZY=1 /usr/bin/perlc "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/ lib', 'blib/arch')" t/*.t t/1....ok All tests successful. Files=1, Tests=2, 0 wallclock secs ( 0.06 cusr + 0.01 csys = 0.07 CPU) [MSG] MAKE TEST passed: PERL_DL_NONLAZY=1 /usr/bin/perlc "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1....ok All tests successful. Files=1, Tests=2, 0 wallclock secs ( 0.06 cusr + 0.01 csys = 0.07 CPU) Module 'CGI::Application::PageBuilder' tested successfully No errors testing all modules CPAN Terminal>