Show
Ignore:
Timestamp:
05/09/08 21:33:18 (7 months ago)
Author:
charsbar
Message:

Acme-CPANAuthors: added an example as I couldn't remember the internals

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Acme-CPANAuthors/trunk/lib/Acme/CPANAuthors/Utils/Kwalitee.pm

    r3606 r11301  
    6363    my $info = Acme::CPANAuthors::Utils::Kwalitee->fetch('ISHIGAKI'); 
    6464 
     65    # then, $info will have keys/values like this 
     66    # (though this may change without notices) 
     67 
     68    { 
     69      info => { 
     70        Average_Kwalitee => "144.333", 
     71        CPANTS_Game_Kwalitee => "98.833", 
     72        Email => "ishigaki\@cpan.org", 
     73        Liga => "5 or more", 
     74        Rank => 47, 
     75      }, 
     76      distributions => { 
     77        "Acme-CPANAuthors" => { 
     78          details  => { "use_strict" => "ok", ... }, 
     79          kwalitee => "144.000", 
     80        }, 
     81        ... 
     82      }, 
     83    } 
     84 
    6585=head1 DESCRIPTION 
    6686