Ignore:
Timestamp:
04/14/09 18:36:36 (15 years ago)
Author:
nanardon
Message:
  • clearly separate Catalyst Model and Vote::DB module, making test faster
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Vote/View/TT.pm

    r128 r194  
    33use strict; 
    44use base 'Catalyst::View::TT'; 
     5use Vote::DB; 
    56 
    67__PACKAGE__->config( 
     
    2526    my ($self, $c) = @_; 
    2627 
    27     $c->stash->{Vote}{VERSION} = $Vote::VERSION; 
     28    $c->stash->{Vote}{VERSION} = $Vote::DB::VERSION; 
    2829    Catalyst::View::TT::process($self, $c); 
    2930} 
Note: See TracChangeset for help on using the changeset viewer.