/[webpac2]/Webpacus/lib/Webpacus.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Webpacus/lib/Webpacus.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 96 by dpavlin, Tue Nov 22 12:57:15 2005 UTC revision 97 by dpavlin, Tue Nov 22 12:57:35 2005 UTC
# Line 15  use Catalyst qw/-Debug Line 15  use Catalyst qw/-Debug
15          Unicode::Encoding          Unicode::Encoding
16          Config::YAML          Config::YAML
17  /;  /;
18    #       FormValidator
19    #       FillInForm
20    
21  our $VERSION = '0.01';  our $VERSION = '0.01';
22    
# Line 66  sub end : Private { Line 68  sub end : Private {
68    
69      # Forward to View unless response body is already defined      # Forward to View unless response body is already defined
70      $c->forward('View::TT') unless $c->response->body;      $c->forward('View::TT') unless $c->response->body;
71    
72        $c->log->debug( $c->response->body );
73    
74    #    $c->fillform; # defaults to $c->req->parameters
75  }  }
76    
77  =back  =back

Legend:
Removed from v.96  
changed lines
  Added in v.97

  ViewVC Help
Powered by ViewVC 1.1.26