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

clkao at bestpractical.com clkao at bestpractical.com
Sat May 12 06:30:13 EDT 2007


Author: clkao
Date: Sat May 12 06:30:06 2007
New Revision: 7837

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

Log:
The use line was missing from the merge.

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 06:30:06 2007
@@ -60,6 +60,7 @@
 
 
 package RT::Interface::Web;
+use HTTP::Date;
 
 use strict;
 use warnings;


More information about the Rt-commit mailing list