[freeside-commits] freeside/htetc handler.pl,1.79,1.80

Jeff Finucane,420,, jeff at wavetail.420.am
Thu Dec 14 21:29:50 PST 2006


Update of /home/cvs/cvsroot/freeside/htetc
In directory wavetail:/tmp/cvs-serv18104/htetc

Modified Files:
	handler.pl 
Log Message:
move use statements to handler.pl, do not show 1/1/70 for new birthdates, and improve error handling

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- handler.pl	15 Dec 2006 00:56:12 -0000	1.79
+++ handler.pl	15 Dec 2006 05:29:48 -0000	1.80
@@ -97,6 +97,7 @@
       use Date::Parse;
       use Time::Local;
       use Time::Duration;
+      use DateTime;
       use DateTime::Format::Strptime;
       use Lingua::EN::Inflect qw(PL);
       use Tie::IxHash;



More information about the freeside-commits mailing list