--- Webpacus/lib/Webpacus.pm 2005/11/24 22:29:44 138 +++ Webpacus/lib/Webpacus.pm 2005/11/24 22:29:50 139 @@ -17,7 +17,7 @@ /; # FormValidator -our $VERSION = '0.01'; +our $VERSION = '0.02-dev'; # # Configure the application @@ -64,6 +64,8 @@ sub end : Private { my ( $self, $c ) = @_; + $c->stash->{webpacus_version} = $VERSION; + # Forward to View unless response body is already defined $c->forward('View::TT') unless $c->response->body;