[Rt-commit] r7838 - rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface

clkao at bestpractical.com clkao at bestpractical.com
Sat May 12 09:52:24 EDT 2007


Author: clkao
Date: Sat May 12 09:52:23 2007
New Revision: 7838

Modified:
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm

Log:
Another missed use line.

Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Interface/Web.pm	Sat May 12 09:52:23 2007
@@ -61,6 +61,7 @@
 
 package RT::Interface::Web;
 use HTTP::Date;
+use URI;
 
 use strict;
 use warnings;


More information about the Rt-commit mailing list