diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 18:24:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-01 18:24:37 -0600 |
commit | 4e997a9c6e25689dca65a2ec573a599699ef8170 (patch) | |
tree | fdb5ecac42fb8204df9fc8c9abe1c784d4719e0e /cvs2cl.pl | |
parent | bfa107694b2507a7116f8856cafe4ab1375da8a9 (diff) | |
download | libtqt-perl-4e997a9c6e25689dca65a2ec573a599699ef8170.tar.gz libtqt-perl-4e997a9c6e25689dca65a2ec573a599699ef8170.zip |
Initial TQt conversion
Diffstat (limited to 'cvs2cl.pl')
-rw-r--r-- | cvs2cl.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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>. |