Show
Ignore:
Timestamp:
05/17/08 17:38:45 (6 months ago)
Author:
charsbar
Message:

Acme-CPANAuthors: a few warnings under 5.10

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Acme-CPANAuthors/trunk/t/02_standalone.t

    r11294 r11753  
    77my %authors = Acme::CPANAuthors::Test->authors; 
    88 
    9 ok (scalar keys %authors) == 1; 
     9ok (scalar keys %authors == 1 ); 
    1010 
    1111# note that this requires parentheses 
    12 ok (Acme::CPANAuthors::Test->authors->{ISHIGAKI}) eq 'Kenichi Ishigaki'; 
     12ok (Acme::CPANAuthors::Test->authors->{ISHIGAKI} eq 'Kenichi Ishigaki'); 
    1313 
    1414foreach my $name ( keys %{ Acme::CPANAuthors::Test->authors } ) {