ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/branches/PERL/contrib/perl/ext/B/t/lint.t
(Generate patch)

Comparing branches/PERL/contrib/perl/ext/B/t/lint.t (file contents):
Revision 3782 by ctriv, Sun Mar 15 19:20:10 2009 UTC vs.
Revision 3783 by laffer1, Thu Feb 17 12:49:46 2011 UTC

# Line 16 | Line 16 | BEGIN {
16      }
17      require 'test.pl';
18   }
19 + use strict;
20 + use warnings;
21  
22   plan tests => 29;
23  
# Line 29 | Line 31 | sub runlint ($$$;$) {
31          stderr   => 1,
32      );
33      $res =~ s/-e syntax OK\n$//;
34 +    local $::Level = $::Level + 1;
35      is( $res, $result, $testname || $opts );
36   }
37  

Comparing branches/PERL/contrib/perl/ext/B/t/lint.t (property cvs2svn:cvs-rev):
Revision 3782 by ctriv, Sun Mar 15 19:20:10 2009 UTC vs.
Revision 3783 by laffer1, Thu Feb 17 12:49:46 2011 UTC

# Line 1 | Line 1
1 < 1.1.1.1
1 > 1.1.1.2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines