Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/autarch/cpanhq
Browse files Browse the repository at this point in the history
  • Loading branch information
bricas committed Jul 9, 2009
2 parents 83ce0c3 + d507914 commit 4fa281b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmp/index.pl
Expand Up @@ -64,7 +64,7 @@

sub scan_releases
{
my $file_it = File::Next::files( $cpan_base->subdir( qw( authors id ) ) );
my $file_it = File::Next::files( { follow_symlinks => 0 }, $cpan_base->subdir( qw( authors id ) ) );

print "Scanning Files...\n";
my $count = 0;
Expand Down

0 comments on commit 4fa281b

Please sign in to comment.