Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2010-10-08
Description: Perl should be spelt "Perl" not PERL. See Perl FAQ.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589753
Forwarded: no
Index: lcov-1.9/README
===================================================================
--- lcov-1.9.orig/README 2010-10-08 14:09:19.000000000 +0100
+++ lcov-1.9/README 2010-10-08 14:09:28.000000000 +0100
@@ -7,7 +7,7 @@
-----------
LCOV is an extension of GCOV, a GNU tool which provides information about
what parts of a program are actually executed (i.e. "covered") while running
- a particular test case. The extension consists of a set of PERL scripts
+ a particular test case. The extension consists of a set of Perl scripts
which build on the textual GCOV output to implement the following enhanced
functionality:
@@ -80,7 +80,7 @@
http://sourceforge.net/projects/ltp
Copy the resulting gcov kernel module file to either the system wide modules
-directory or the same directory as the PERL scripts. As root, do the following:
+directory or the same directory as the Perl scripts. As root, do the following:
a) Resetting counters
Index: lcov-1.9/bin/lcov
===================================================================
--- lcov-1.9.orig/bin/lcov 2010-10-08 14:08:54.000000000 +0100
+++ lcov-1.9/bin/lcov 2010-10-08 14:09:06.000000000 +0100
@@ -2593,7 +2593,7 @@
#
# transform_pattern(pattern)
#
-# Transform shell wildcard expression to equivalent PERL regular expression.
+# Transform shell wildcard expression to equivalent Perl regular expression.
# Return transformed pattern.
#
Index: lcov-1.9/contrib/galaxy/genflat.pl
===================================================================
--- lcov-1.9.orig/contrib/galaxy/genflat.pl 2010-10-08 14:10:25.000000000 +0100
+++ lcov-1.9/contrib/galaxy/genflat.pl 2010-10-08 14:10:30.000000000 +0100
@@ -1211,7 +1211,7 @@
# escape_regexp(string)
#
# Escape special characters in STRING which would be incorrectly interpreted
-# in a PERL regular expression.
+# in a Perl regular expression.
#
sub escape_regexp($)
Index: lcov-1.9/man/genhtml.1
===================================================================
--- lcov-1.9.orig/man/genhtml.1 2010-10-08 14:09:35.000000000 +0100
+++ lcov-1.9/man/genhtml.1 2010-10-08 14:09:49.000000000 +0100
@@ -118,7 +118,7 @@
If enabled, a frameset is created for each source code file, providing
an overview of the source code as a "clickable" image. Note that this
option will slow down output creation noticeably because each source
-code character has to be inspected once. Note also that the GD.pm PERL
+code character has to be inspected once. Note also that the GD.pm Perl
module has to be installed for this option to work (it may be obtained
from http://www.cpan.org).
Index: lcov-1.9/man/genpng.1
===================================================================
--- lcov-1.9.orig/man/genpng.1 2010-10-08 14:10:00.000000000 +0100
+++ lcov-1.9/man/genpng.1 2010-10-08 14:10:08.000000000 +0100
@@ -23,7 +23,7 @@
Note that the
.I GD.pm
-PERL module has to be installed for this script to work
+Perl module has to be installed for this script to work
(it may be obtained from
.IR http://www.cpan.org ).