/[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 99 by dpavlin, Tue Nov 22 12:57:41 2005 UTC revision 100 by dpavlin, Tue Nov 22 14:45:17 2005 UTC
# Line 12  use warnings; Line 12  use warnings;
12  use Catalyst qw/-Debug  use Catalyst qw/-Debug
13          Static::Simple          Static::Simple
14          Prototype          Prototype
         Unicode::Encoding  
15          Config::YAML          Config::YAML
16            FillInForm
17  /;  /;
18  #       FormValidator  #       FormValidator
 #       FillInForm  
19    
20  our $VERSION = '0.01';  our $VERSION = '0.01';
21    
# Line 68  sub end : Private { Line 67  sub end : Private {
67      # Forward to View unless response body is already defined      # Forward to View unless response body is already defined
68      $c->forward('View::TT') unless $c->response->body;      $c->forward('View::TT') unless $c->response->body;
69    
70        $c->fillform; # defaults to $c->req->parameters
71    
72  #    $c->log->debug( $c->response->body );  #    $c->log->debug( $c->response->body );
73    
 #    $c->fillform; # defaults to $c->req->parameters  
74  }  }
75    
76  =back  =back

Legend:
Removed from v.99  
changed lines
  Added in v.100

  ViewVC Help
Powered by ViewVC 1.1.26