--- Webpacus/lib/Webpacus.pm 2005/11/22 14:45:17 100 +++ Webpacus/lib/Webpacus.pm 2005/12/03 01:56:37 205 @@ -17,7 +17,7 @@ /; # FormValidator -our $VERSION = '0.01'; +our $VERSION = '0.13-dev'; # # Configure the application @@ -64,11 +64,14 @@ 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; $c->fillform; # defaults to $c->req->parameters +# $c->response->{body} =~ s#\Qnew Ajax.Autocompleter(\E#new Ajax.Suggest(#gs; # $c->log->debug( $c->response->body ); } @@ -77,7 +80,7 @@ =head1 AUTHOR -Dobrica Pavlinusic,,, +Dobrica Pavlinusic, C<< >> =head1 LICENSE