Changeset 24463
- Timestamp:
- 11/20/08 17:31:22 (7 weeks ago)
- Location:
- lang/perl/MENTA/trunk/extlib/CGI
- Files:
-
- 2 modified
-
ExceptionManager.pm (modified) (2 diffs)
-
ExceptionManager/StackTrace.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/MENTA/trunk/extlib/CGI/ExceptionManager.pm
r24391 r24463 3 3 use warnings; 4 4 use 5.00800; 5 our $VERSION = '0.01'; 6 use CGI::ExceptionManager::StackTrace; 5 our $VERSION = '0.02'; 7 6 8 7 sub detach { die bless [], 'CGI::ExceptionManager::Exception' } 8 9 my $stacktrace_required; 9 10 10 11 sub run { … … 17 18 undef $err_info; 18 19 } else { 20 unless ($stacktrace_required) { 21 require CGI::ExceptionManager::StackTrace; 22 $stacktrace_required = 1; 23 } 19 24 $err_info = CGI::ExceptionManager::StackTrace->new($msg); 20 25 } -
lang/perl/MENTA/trunk/extlib/CGI/ExceptionManager/StackTrace.pm
r24391 r24463 30 30 } 31 31 } 32 if ($message =~ / at ([^ ]+) line (\d+) \./32 if ($message =~ / at ([^ ]+) line (\d+)/ 33 33 && ($1 ne $trace[0]->{file} || $2 != $trace[0]->{line})) { 34 34 unshift @trace, {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)