X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=utils%2Fchangelog2doc.pl;h=ddd680efe54e6214d13c9b09b75e7320312ee0f5;hb=eff85289dc4939901925b1c87304a7a537e8b477;hp=adf2f9227581b48e1a4793fa0f77184119b0f9fd;hpb=078c345f510037f52ccc0f831822b968a42e3f0a;p=privoxy.git diff --git a/utils/changelog2doc.pl b/utils/changelog2doc.pl index adf2f922..ddd680ef 100755 --- a/utils/changelog2doc.pl +++ b/utils/changelog2doc.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl -# $Id:$ -# $Source:$ +# $Id: changelog2doc.pl,v 1.1 2008/06/09 17:53:02 fabiankeil Exp $ +# $Source: /cvsroot/ijbswa/current/utils/changelog2doc.pl,v $ # Filter to parse the ChangeLog and translate the changes for # the most recent version into something that looks like markup @@ -33,7 +33,7 @@ sub read_entries() { $entries[$i] .= $_; } - print "Parsed $i entries.\n"; + print "Parsed " . @entries . " entries.\n"; } sub generate_markup() {