[Rt-commit] r14160 - in rt/branches/3.999-DANGEROUS: lib/RT/Shredder
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Jul 16 09:08:53 EDT 2008
Author: sunnavy
Date: Wed Jul 16 09:08:44 2008
New Revision: 14160
Modified:
rt/branches/3.999-DANGEROUS/ (props changed)
rt/branches/3.999-DANGEROUS/lib/RT/Shredder/Exceptions.pm
Log:
r14558 at sunnavys-mb: sunnavy | 2008-07-16 21:08:26 +0800
Modified: rt/branches/3.999-DANGEROUS/lib/RT/Shredder/Exceptions.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Shredder/Exceptions.pm (original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Shredder/Exceptions.pm Wed Jul 16 09:08:44 2008
@@ -54,10 +54,10 @@
use base qw(Exception::Class::Base);
BEGIN {
- __PACKAGE__->no_refs(0);
+ __PACKAGE__->NoRefs(0);
}
-#sub no_refs { return 0 }
+#sub NoRefs { return 0 }
sub show_trace { return 1 }
package RT::Shredder::Exception::Info;
More information about the Rt-commit
mailing list