[libdevel-cover-perl] 19/32: Remove uses of "iff" from the documentation.

Axel Beckert abe at deuxchevaux.org
Sun Apr 26 22:26:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to annotated tag v1.18
in repository libdevel-cover-perl.

commit d24a4d73331f1735815b00be70c9c24f95bf792d
Author: Paul Johnson <paul at pjcj.net>
Date:   Sat Nov 29 22:51:52 2014 +0100

    Remove uses of "iff" from the documentation.
    
    Prompted by e-dem's patch in guthub #109, don't use "iff" in the documentation.
    I have left it in the comments in Cover.xs, however.
---
 lib/Devel/Cover.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Devel/Cover.pm b/lib/Devel/Cover.pm
index 3af5e35..7ea62ff 100644
--- a/lib/Devel/Cover.pm
+++ b/lib/Devel/Cover.pm
@@ -1375,7 +1375,7 @@ information as possible.
 =head1 OPTIONS
 
  -blib               - "use blib" and ignore files matching \bt/ (default true
-                       iff blib directory exists).
+                       if blib directory exists, false otherwise).
  -coverage criterion - Turn on coverage for the specified criterion.  Criteria
                        include statement, branch, condition, path, subroutine,
                        pod, time, all and none (default all available).
@@ -1392,7 +1392,7 @@ information as possible.
  -silent val         - Don't print informational messages (default off).
  -subs_only val      - Only cover code in subroutine bodies (default off).
  -replace_ops val    - Use op replacing rather than runops (default on).
- -summary val        - Print summary information iff val is true (default on).
+ -summary val        - Print summary information if val is true (default on).
 
 =head2 More on Coverage Options
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-cover-perl.git



More information about the Pkg-perl-cvs-commits mailing list