/[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 138 by dpavlin, Tue Nov 22 14:45:17 2005 UTC revision 139 by dpavlin, Thu Nov 24 22:29:50 2005 UTC
# Line 17  use Catalyst qw/-Debug Line 17  use Catalyst qw/-Debug
17  /;  /;
18  #       FormValidator  #       FormValidator
19    
20  our $VERSION = '0.01';  our $VERSION = '0.02-dev';
21    
22  #  #
23  # Configure the application  # Configure the application
# Line 64  sub default : Private { Line 64  sub default : Private {
64  sub end : Private {  sub end : Private {
65      my ( $self, $c ) = @_;      my ( $self, $c ) = @_;
66    
67        $c->stash->{webpacus_version} = $VERSION;
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    

Legend:
Removed from v.138  
changed lines
  Added in v.139

  ViewVC Help
Powered by ViewVC 1.1.26