Changeset 15782 for lang/perl/Acme-CPANAuthors
- Timestamp:
- 07/14/08 12:04:01 (4 months ago)
- Location:
- lang/perl/Acme-CPANAuthors/trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
lib/Acme/CPANAuthors/Utils.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Acme-CPANAuthors/trunk/Changes
r13053 r15782 1 1 Revision history for Acme-CPANAuthors 2 2 3 0.04 not yet released3 0.04 2008/07/14 4 4 - bumped up the version req of Parse::CPAN::Authors to 2.27 5 - try harder to find 01mailrc file when there's a local CPAN 6 mirror in the urllist of CPAN::Config 5 7 6 8 0.03 2008/05/30 -
lang/perl/Acme-CPANAuthors/trunk/lib/Acme/CPANAuthors/Utils.pm
r11299 r15782 48 48 my $source_dir = $CPAN::Config->{keep_source_where}; 49 49 my $file = _catfile( $source_dir, '/', $dir, '/', $basename ); 50 unless ( -f $file ) { 51 require URI::file; 52 foreach my $url ( @{ $CPAN::Config->{urllist} || [] } ) { 53 next unless $url =~ s{^file://}{/}; 54 $file = URI::file->new(join '/', $url, $dir, $basename )->file; 55 last if -f $file; 56 } 57 } 58 unless ( -f $file ) { 59 $file = _catfile( $source_dir, '/', $dir, '/', "$basename.bak" ); 60 } 50 61 unless ( -f $file ) { 51 62 $file = _catfile( $source_dir, '/', $basename );
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)