[freeside-commits] freeside/htetc handler.pl,1.58,1.59

Ivan,,, ivan at wavetail.420.am
Sun Oct 2 00:09:31 PDT 2005


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

Modified Files:
	handler.pl 
Log Message:
add dev make target for quick iterative development

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- handler.pl	24 Aug 2005 13:22:26 -0000	1.58
+++ handler.pl	2 Oct 2005 07:09:28 -0000	1.59
@@ -20,6 +20,8 @@
 
 use strict;
 
+###use Module::Refresh;###
+
 # List of modules that you want to use from components (see Admin
 # manual for details)
 #{  package HTML::Mason::Commands;
@@ -270,6 +272,8 @@
 
     } # end package HTML::Mason::Commands;
 
+    ###Module::Refresh->refresh;###
+
     $r->content_type('text/html');
     #eorar
 



More information about the freeside-commits mailing list