From bec2779d3f7eb5417828d48fb4de064fef6f123f Mon Sep 17 00:00:00 2001 From: Ben Ostrowsky Date: Fri, 30 Oct 2009 18:55:39 +0000 Subject: [PATCH] Utter pedantry? Perhaps, but misleading comments are bugs too. git-svn-id: svn://nox.esilibrary.com/migration-tools@630 eee7cc8d-164e-4af6-8e1b-092a69004917 --- unicorn/unicorn_patrons_to_tsv.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/unicorn/unicorn_patrons_to_tsv.pl b/unicorn/unicorn_patrons_to_tsv.pl index efe0c27..454486a 100755 --- a/unicorn/unicorn_patrons_to_tsv.pl +++ b/unicorn/unicorn_patrons_to_tsv.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# Converts a Unicorn users.data, bill.data, or charge.data file to a tab-separated file. +# Converts a Unicorn users.data file to a tab-separated file. # 2009-08-10 Ben Ostrowsky my @records; -- 1.7.2.5