Skip to content

Commit

Permalink
add the missing word
Browse files Browse the repository at this point in the history
thanks for noticing, ribasushi
  • Loading branch information
rjbs committed Dec 6, 2011
1 parent cef2ef8 commit 4cb18a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Test/Fatal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ provide TAP output indicating if it did, or did not throw an exception.
These provide an easy upgrade path for replacing existing unit tests based on
C<Test::Exception>.
RJBS does not using this except as a convenience while porting tests to use
Test::Fatal's C<exception> routine.
RJBS does not suggest using this except as a convenience while porting tests to
use Test::Fatal's C<exception> routine.
use Test::More tests => 2;
use Test::Fatal qw(dies_ok lives_ok);
Expand Down

0 comments on commit 4cb18a0

Please sign in to comment.