]> git.vpit.fr Git - perl/modules/VPIT-TestHelpers.git/commitdiff
Add 'select' to the documentation of the 'usleep' feature
authorVincent Pit <vince@profvince.com>
Wed, 1 Jul 2015 02:17:22 +0000 (23:17 -0300)
committerVincent Pit <vince@profvince.com>
Wed, 1 Jul 2015 02:17:22 +0000 (23:17 -0300)
lib/VPIT/TestHelpers.pm

index b7b7635dafc634647b02a13f9492925d0f7ceae4..476ce9ba92e837164e5f775ac308ff2e205304e5 100644 (file)
@@ -680,7 +680,7 @@ where :
 
 =item -
 
 
 =item -
 
-C<@impls> is the list of desired implementations (which may be C<'Time::HiRes'> or C<'sleep'>), in the order they should be checked.
+C<@impls> is the list of desired implementations (which may be C<'Time::HiRes'>, C<'select'> or C<'sleep'>), in the order they should be checked.
 When the list is empty, it defaults to all of them.
 
 =back
 When the list is empty, it defaults to all of them.
 
 =back