Show
Ignore:
Timestamp:
04/04/08 21:15:10 (5 years ago)
Author:
tomyhero
Message:

lang/perl/Catalyst-Plugin-Log-Colorful : Fix POD

Location:
lang/perl/Catalyst-Plugin-Log-Colorful/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Catalyst-Plugin-Log-Colorful/trunk/Changes

    r8519 r8887  
    11Revision history for Catalyst-Plugin-Log-Colorful 
     2 
     30.12    2008-04-04/21:12 
     4        - fix POD 
    25 
    360.11    2008-03-30/22:06 
  • lang/perl/Catalyst-Plugin-Log-Colorful/trunk/lib/Catalyst/Plugin/Log/Colorful.pm

    r8519 r8887  
    66use Data::Dumper; 
    77 
    8 our $VERSION = 0.11; 
     8our $VERSION = 0.12; 
    99 
    1010sub setup { 
     
    136136=head1 SYNOPSYS 
    137137 
    138 sub foo : Private { 
    139     my ($self , $c  ) = @_; 
    140     $c->log->debug('debug'); 
    141     $c->log->info( 'info');  
    142     $c->log->warn( 'warn'); 
    143     $c->log->error('error'); 
    144     $c->log->fatal('fatal'); 
    145  
    146     $c->log->debug('debug' , 'red','white'); 
    147     $c->log->warn( 'warn' , 'blue' ); 
    148 } 
     138 sub foo : Private { 
     139     my ($self , $c  ) = @_; 
     140     $c->log->debug('debug'); 
     141     $c->log->info( 'info');  
     142     $c->log->warn( 'warn'); 
     143     $c->log->error('error'); 
     144     $c->log->fatal('fatal'); 
     145  
     146     $c->log->debug('debug' , 'red','white'); 
     147     $c->log->warn( 'warn' , 'blue' ); 
     148 } 
    149149 
    150150myapp.yml # default color is set but can change.