Changeset 18043 for lang/perl/Data-CodeRepos-CommitPing/trunk
- Timestamp:
- 08/22/08 16:37:10 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Data-CodeRepos-CommitPing/trunk/lib/Data/CodeRepos/CommitPing.pm
r11436 r18043 50 50 next unless $file->{path_list}->[0]; 51 51 my $proj = 'proj_' . $file->{path_list}->[0]; 52 my $path = $self->$proj($file); 52 my $path = eval{ $self->$proj($file) }; 53 next if $@; 53 54 $changes_projs->{$path}++; 54 55 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)