Changeset 347 for lang/perl/Acme-JapaneseCPANAuthors
- Timestamp:
- 10/02/07 21:15:01 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Acme-JapaneseCPANAuthors/trunk/lib/Acme/JapaneseCPANAuthors.pm
r341 r347 47 47 $checksumfile[1] = join '', @checksumfile[0,1]; 48 48 $checksumfile[2] = join '', @checksumfile[1,2]; 49 50 { 51 my @items = $author->dir_listing([$checksumfile[0], 'CHECKSUMS'], 0, 1); 52 # directory not found 53 return unless grep { $_->[2] eq $checksumfile[1] } @items; 54 } 55 { 56 my @items = $author->dir_listing([@checksumfile[0,1], 'CHECKSUMS'], 0, 1); 57 # directory not found 58 return unless grep { $_->[2] eq $checksumfile[2] } @items; 59 } 49 60 50 61 my @items = $author->dir_listing([@checksumfile, 'CHECKSUMS'], 1, 1 );
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)