/[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 421 by dpavlin, Sun Feb 19 22:40:40 2006 UTC revision 422 by dpavlin, Sun Mar 19 22:57:05 2006 UTC
# Line 20  use Catalyst qw/-Debug Line 20  use Catalyst qw/-Debug
20  /;  /;
21  #       FormValidator  #       FormValidator
22    
23  our $VERSION = '0.33-dev';  our $VERSION = '0.34-dev';
24    
25  #  #
26  # Configure the application  # Configure the application
# Line 59  sub default : Private { Line 59  sub default : Private {
59      my ( $self, $c ) = @_;      my ( $self, $c ) = @_;
60      $c->stash->{template} = 'index.tt';      $c->stash->{template} = 'index.tt';
61    
62          my $site_name = shift @{ $c->req->args };          my $site_name = shift @{ $c->req->args } || '';
63    
64          $c->log->debug("trying site name: $site_name");          $c->log->debug("trying site name: $site_name");
65    

Legend:
Removed from v.421  
changed lines
  Added in v.422

  ViewVC Help
Powered by ViewVC 1.1.26