Changeset 8031 for lang/perl/App-MadEye
- Timestamp:
- 03/17/08 15:43:54 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-MadEye/trunk/lib/App/MadEye/Plugin/Notify/IKC.pm
r8029 r8031 29 29 my $text = ''; 30 30 while (my ($module, $targets) = each %$args) { 31 $module = _moniker($module); 31 32 $text .= "= $module\n" . truncstr(_format_target($targets), $cutoff_length) . "\n"; 32 33 } … … 43 44 } 44 45 $text; 46 } 47 48 sub _moniker { 49 my $module = shift; 50 $module =~ s/.+:://; 51 $module; 45 52 } 46 53
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)