[svn:p5ee] r13304 - p5ee/trunk/App-Context/lib/App
[email protected] Fri, 11 Sep 2009 06:49:40 -0700 (PDT)
| Newsgroups | perl.cvs.p5ee |
|---|---|
| Message-ID | <[email protected]> |
Author: spadkins
Date: Fri Sep 11 06:49:39 2009
New Revision: 13304
Modified:
p5ee/trunk/App-Context/lib/App/Exceptions.pm
Log:
removed call to do_trace on Exception::Class::Base (the method has been removed)
Modified: p5ee/trunk/App-Context/lib/App/Exceptions.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Exceptions.pm (original)
+++ p5ee/trunk/App-Context/lib/App/Exceptions.pm Fri Sep 11 06:49:39 2009
@@ -63,13 +63,6 @@
use Exception::Class (%e);
-if (1) {
- Exception::Class::Base->do_trace(1);
- foreach my $class (keys %e) {
- $class->do_trace(1);
- }
-}
-
1;
=head1 NAME