[Rt-commit] r10529 - rt/branches/3.999-DANGEROUS/lib/RT/Model
ruz at bestpractical.com
ruz at bestpractical.com
Mon Jan 28 15:52:03 EST 2008
Author: ruz
Date: Mon Jan 28 15:52:02 2008
New Revision: 10529
Modified:
rt/branches/3.999-DANGEROUS/lib/RT/Model/Attachment.pm
Log:
* we don't want to mess with perl's importer
Modified: rt/branches/3.999-DANGEROUS/lib/RT/Model/Attachment.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Model/Attachment.pm (original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Model/Attachment.pm Mon Jan 28 15:52:02 2008
@@ -169,7 +169,8 @@
=cut
-sub import {
+#XXX: we don't want to mess with perl's importer
+sub __import {
my $self = shift;
my %args = ( ContentEncoding => 'none', @_ );
More information about the Rt-commit
mailing list