Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Jan 24, 2017
1 parent fd1397e commit 9dd3d88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ Takes the following parameters:
- a threshold specified as a integer indicating a number of seconds
- a string specifying a test name


time_ok( sub { doYourStuffButBeQuickAboutIt(); }, 1, 'threshold of one second');

If the execution of the code exceeds the threshold the test fails
Expand Down Expand Up @@ -326,7 +325,11 @@ packaging resulting in release 0.10
# LICENSE AND COPYRIGHT

Test::Timer and related modules are (C) by Jonas B. Nielsen,
(jonasbn) 2007-2016
(jonasbn) 2007-2017

Test::Timer and related modules are released under the Artistic
License 2.0

Used distributions are under copyright of there respective authors and designated licenses

Image used on [website](https://jonasbn.github.io/perl-test-timer/) is under copyright by [Veri Ivanova](https://unsplash.com/@veri_ivanova?photo=p3Pj7jOYvnM)
1 change: 1 addition & 0 deletions lib/Test/Timer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ Takes the following parameters:
=back
time_ok( sub { doYourStuffButBeQuickAboutIt(); }, 1, 'threshold of one second');
If the execution of the code exceeds the threshold the test fails
Expand Down

0 comments on commit 9dd3d88

Please sign in to comment.