Show
Ignore:
Timestamp:
12/02/07 00:03:02 (12 months ago)
Author:
yappo
Message:

lang/perl/Acme-StrictAndWarnings?: add test pattern

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Acme-StrictAndWarnings/trunk/t/01-app.t

    r2244 r2256  
    1 use Test::More qw/no_plan/; 
     1use Test::More tests => 1; 
    22use Test::Exception; 
    33 
    44use Acme::StrictAndWarnings; 
    5 use Data::Dumper; 
    65 
    7  
    8  
    9 1; 
    10  
    11  
     6eval q{ 
     7    $boofy = 'be'; 
     8}; 
     9ok $@;