diff options
author | ivan <ivan> | 2005-10-02 07:09:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-10-02 07:09:28 +0000 |
commit | 10225293c7ccecb9273e0f17cbc65889496cf090 (patch) | |
tree | 750ef3faf4a8c837642d0343430367f5cde55dc3 /htetc/handler.pl | |
parent | 8bbcafca3af0cd8d20e1b253e58c382d376fd792 (diff) |
add dev make target for quick iterative development
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r-- | htetc/handler.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index ba59e89d3..737e5af0b 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -20,6 +20,8 @@ use HTML::Mason::ApacheHandler; 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 @@ sub handler } # end package HTML::Mason::Commands; + ###Module::Refresh->refresh;### + $r->content_type('text/html'); #eorar |