[Rt-commit] r5186 - in rt/branches/3.4-RELEASE: .

jesse at bestpractical.com jesse at bestpractical.com
Mon May 8 22:56:20 EDT 2006


Author: jesse
Date: Mon May  8 22:56:20 2006
New Revision: 5186

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/html/REST/1.0/NoAuth/mail-gateway

Log:
 r13330 at hualien:  jesse | 2006-05-08 22:55:56 -0400
  * Reed Loden caught a perltidy error that, somewhat terrifiyingly, was still a valid mason page


Modified: rt/branches/3.4-RELEASE/html/REST/1.0/NoAuth/mail-gateway
==============================================================================
--- rt/branches/3.4-RELEASE/html/REST/1.0/NoAuth/mail-gateway	(original)
+++ rt/branches/3.4-RELEASE/html/REST/1.0/NoAuth/mail-gateway	Mon May  8 22:56:20 2006
@@ -51,13 +51,8 @@
 $action => "correspond"
 $ticket => undef
 </%ARGS>
-
-2: use RT::Interface::Email (); # It's an exporter, but we don't care
-   ^                                                                 
-found use where operator expected
-
-Missing ';' above?
-<%init> use RT::Interface::Email ();    # It's an exporter, but we don't care
+<%init>
+use RT::Interface::Email ();    # It's an exporter, but we don't care
 $r->content_type('text/plain; charset=utf-8');
 $m->error_format('text');
 my ( $status, $error, $Ticket ) = RT::Interface::Email::Gateway( \%ARGS );


More information about the Rt-commit mailing list