[Rt-commit] r5185 - in rt/branches/3.4-RELEASE: . lib/RT/Interface

Reed Loden reed at reedloden.com
Mon May 8 22:34:55 EDT 2006


On Mon,  8 May 2006 22:32:21 -0400 (EDT)
jesse at bestpractical.com wrote:

> Author: jesse
> Date: Mon May  8 22:32:19 2006
> New Revision: 5185
> 
> Log:
>  r13315 at hualien:  jesse | 2006-05-08 22:31:30 -0400
>  * Mail gateway refactoring to make added functioanlity a bit easier. 
>    No (intentional) functional changes.
> 
> 
> 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:32:19 2006
> @@ -51,27 +51,36 @@
>  $action => "correspond"
>  $ticket => undef
>  </%ARGS>
> -<%init>
> -use RT::Interface::Email; 
> +
> +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

All the above doesn't look right at all...

~reed

-- 
Reed Loden - <reed at reedloden.com>


More information about the Rt-commit mailing list