Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
cpan reports function is broken?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Michiel Beijen  
View profile  
 More options Oct 25 2012, 5:00 am
Newsgroups: perl.cpan.testers.discuss
From: michiel.bei...@gmail.com (Michiel Beijen)
Date: Thu, 25 Oct 2012 10:55:43 +0200
Local: Thurs, Oct 25 2012 4:55 am
Subject: cpan reports function is broken?
If I try this I get an error;

cpan[1]> reports VPIT/Variable-Magic-0.51.tar.gz
Reading '/home/michiel/.cpan/Metadata'
  Database was generated on Thu, 25 Oct 2012 05:07:04 GMT
Distribution: V/VP/VPIT/Variable-Magic-0.51.tar.gz
Fetching 'http://www.cpantesters.org/show/Variable-Magic.yaml'...DONE

Catching error: "CPAN::Exception::yaml_process_error=HASH(0xc379e68)"
at /home/michiel/perl5/perlbrew/perls/perl-5.17.5/lib/5.17.5/CPAN.pm
line 392.
        CPAN::shell() called at
/home/michiel/perl5/perlbrew/perls/perl-5.17.5/lib/5.17.5/App/Cpan.pm
line 295
        App::Cpan::_process_options('App::Cpan') called at
/home/michiel/perl5/perlbrew/perls/perl-5.17.5/lib/5.17.5/App/Cpan.pm
line 364
        App::Cpan::run('App::Cpan') called at
/home/michiel/perl5/perlbrew/perls/perl-5.17.5/bin/cpan line 11

The file I get if I go tho the mentioned URL
http://www.cpantesters.org/show/Variable-Magic.yaml manually, is 200k
lines long, and it also contains results for earlier versions of
Variable-Magic. Is that to be expected?

--
Michiel


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andreas Koenig  
View profile  
 More options Oct 25 2012, 2:30 pm
Newsgroups: perl.cpan.testers.discuss
From: andreas.koenig.7os6V...@franz.ak.mind.de (Andreas Koenig)
Date: Thu, 25 Oct 2012 20:21:54 +0200
Local: Thurs, Oct 25 2012 2:21 pm
Subject: Re: cpan reports function is broken?

I cannot reproduce your problem, I get a clear answer:

  cpan[1]> reports VPIT/Variable-Magic-0.51.tar.gz
  CPAN: Storable loaded ok (v2.39)
  Reading '/home/sand/.cpan/Metadata'
    Database was generated on Thu, 25 Oct 2012 17:19:04 GMT
  Distribution: V/VP/VPIT/Variable-Magic-0.51.tar.gz
  CPAN: CPAN::DistnameInfo loaded ok (v0.12)
  CPAN: LWP loaded ok (v6.04)
  CPAN: File::Temp loaded ok (v0.22)
  Fetching 'http://www.cpantesters.org/show/Variable-Magic.yaml'...DONE

  CPAN: YAML::Syck loaded ok (v1.21)
  0.51:
   +PASS 5.14.0 on NetBSD 5.1.2 (amd64-netbsd-thread-multi)
   +PASS 5.12.3 on NetBSD 5.1.2 (amd64-netbsd-thread-multi)
   +PASS 5.12.0 on FreeBSD 9.0-release (i386-freebsd)
   +PASS 5.12.3 on NetBSD 5.1.2 (amd64-netbsd)
   +PASS 5.10.1 on FreeBSD 9.0-release (i386-freebsd-thread-multi)
   +PASS 5.12.2 on NetBSD 5.1.2 (amd64-netbsd)
   +PASS 5.12.3 on Mac OS X 8.11.0 (darwin-2level)
   +PASS 5.10.0 on SunOS/Solaris 2.11 (i86pc-solaris-thread-multi)
   +PASS 5.16.1 on Mac OS X 12.1.0 (darwin-thread-multi-2level)
   +PASS 5.12.0 on NetBSD 5.1.2 (amd64-netbsd-thread-multi)
   +PASS 5.10.0 on FreeBSD 9.0-release (i386-freebsd-64int)
   +PASS 5.10.1 on NetBSD 5.1.2 (amd64-netbsd-thread-multi)
  [...]

> The file I get if I go tho the mentioned URL
> http://www.cpantesters.org/show/Variable-Magic.yaml manually, is 200k
> lines long, and it also contains results for earlier versions of
> Variable-Magic. Is that to be expected?

Yes.

--
andreas


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michiel Beijen  
View profile  
 More options Oct 25 2012, 3:15 pm
Newsgroups: perl.cpan.testers.discuss
From: michiel.bei...@gmail.com (Michiel Beijen)
Date: Thu, 25 Oct 2012 20:59:02 +0200
Local: Thurs, Oct 25 2012 2:59 pm
Subject: Re: cpan reports function is broken?
Hi Andreas, thanks for your reply!

On Thu, Oct 25, 2012 at 8:21 PM, Andreas Koenig

<andreas.koenig.7os6V...@franz.ak.mind.de> wrote:
> I cannot reproduce your problem, I get a clear answer:

 ....

>   Fetching 'http://www.cpantesters.org/show/Variable-Magic.yaml'...DONE

>   CPAN: YAML::Syck loaded ok (v1.21)
>   0.51:

Ah I see, you use YAML::Syck.

my yaml_module was set to 'YAML'; so I now set 'o conf yaml_module
YAML::XS'  and reports display fine. YAML::Syck obviously also does
the trick, but I did not have that installed...

Thanks!

--
Michiel


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »