/[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 97 by dpavlin, Tue Nov 22 12:57:35 2005 UTC revision 98 by dpavlin, Tue Nov 22 12:57:41 2005 UTC
# Line 25  our $VERSION = '0.01'; Line 25  our $VERSION = '0.01';
25  #  #
26  __PACKAGE__->config(  __PACKAGE__->config(
27          name => 'Webpacus',          name => 'Webpacus',
         encoding => 'ISO-8859-2',  
28          config_file => 'config.yml',          config_file => 'config.yml',
29  );  );
30    
# Line 69  sub end : Private { Line 68  sub end : Private {
68      # Forward to View unless response body is already defined      # Forward to View unless response body is already defined
69      $c->forward('View::TT') unless $c->response->body;      $c->forward('View::TT') unless $c->response->body;
70    
71      $c->log->debug( $c->response->body );  #    $c->log->debug( $c->response->body );
72    
73  #    $c->fillform; # defaults to $c->req->parameters  #    $c->fillform; # defaults to $c->req->parameters
74  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26