diff options
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>. |