Changeset 8033 for lang/perl/App-MadEye
- Timestamp:
- 03/17/08 16:30:01 (9 months ago)
- Files:
-
- 1 modified
-
lang/perl/App-MadEye/trunk/lib/App/MadEye/Util.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/App-MadEye/trunk/lib/App/MadEye/Util.pm
r8023 r8033 26 26 } 27 27 28 sub log_stopwatch ($&) { ## no critic.29 my ( $msg, $code ) = @_;30 31 my $start = time;32 $code->();33 my $end = time;34 35 my $time = $end - $start;36 37 openlog 'MadEye', 'cons', 'local6';38 syslog 'info', sprintf( $msg, $time );39 closelog;40 }41 42 28 sub get_schema_from_pod { 43 29 my $target = shift;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)