summaryrefslogtreecommitdiffstats
path: root/cvs2cl.pl
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-01 18:24:37 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-01 18:24:37 -0600
commit4e997a9c6e25689dca65a2ec573a599699ef8170 (patch)
treefdb5ecac42fb8204df9fc8c9abe1c784d4719e0e /cvs2cl.pl
parentbfa107694b2507a7116f8856cafe4ab1375da8a9 (diff)
downloadlibtqt-perl-4e997a9c6e25689dca65a2ec573a599699ef8170.tar.gz
libtqt-perl-4e997a9c6e25689dca65a2ec573a599699ef8170.zip
Initial TQt conversion
Diffstat (limited to 'cvs2cl.pl')
-rw-r--r--cvs2cl.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/cvs2cl.pl b/cvs2cl.pl
index 686ffe1..08d9764 100644
--- a/cvs2cl.pl
+++ b/cvs2cl.pl
@@ -1236,7 +1236,7 @@ sub pretty_file_list ()
# First, loop over the qunks gathering all the tag/branch names.
# We'll put them all in non_unanimous_tags, and take out the
# unanimous ones later.
- QUNKREF:
+ TQUNKREF:
foreach my $qunkref (@qunkrefs)
{
# Keep track of whether all the files in this commit were in the
@@ -2265,7 +2265,7 @@ on getting anonymous CVS access to this script.
Maintainer: Karl Fogel <kfogel@red-bean.com>
Please report bugs to <bug-cvs2cl@red-bean.com>.
-=head1 PREREQUISITES
+=head1 PRERETQUISITES
This script requires C<Text::Wrap>, C<Time::Local>, and
C<File::Basename>.