/[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 100 by dpavlin, Tue Nov 22 14:45:17 2005 UTC revision 206 by dpavlin, Sat Dec 3 02:08:04 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.14-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    
72      $c->fillform; # defaults to $c->req->parameters      $c->fillform; # defaults to $c->req->parameters
73    
74        $c->response->{body} =~ s#\Qnew Ajax.Autocompleter(\E#new Ajax.Suggest(#gs;
75  #    $c->log->debug( $c->response->body );  #    $c->log->debug( $c->response->body );
76    
77  }  }
# Line 77  sub end : Private { Line 80  sub end : Private {
80    
81  =head1 AUTHOR  =head1 AUTHOR
82    
83  Dobrica Pavlinusic,,,  Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
84    
85  =head1 LICENSE  =head1 LICENSE
86    

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

  ViewVC Help
Powered by ViewVC 1.1.26