From: Mike Taylor Date: Thu, 9 Nov 2006 15:18:14 +0000 (+0000) Subject: Typo in comment. X-Git-Tag: CPAN-v1.02~820 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=01a0e98b3db3860e2abd8587a3987a2115ad88be Typo in comment. --- diff --git a/bin/test-xml-update.pl b/bin/test-xml-update.pl index f34b128..eeb7065 100755 --- a/bin/test-xml-update.pl +++ b/bin/test-xml-update.pl @@ -1,9 +1,9 @@ #!/usr/bin/perl -w -# $Id: test-xml-update.pl,v 1.4 2006-11-08 17:19:18 mike Exp $ +# $Id: test-xml-update.pl,v 1.5 2006-11-09 15:18:14 mike Exp $ # # Run like this: -# perl -I ../lib ./test-xml-update.pl bagel.indexdata.dk:210/gils title "Test Database" author "Adam" description "This is a nice database"Fr +# perl -I ../lib ./test-xml-update.pl bagel.indexdata.dk:210/gils title "Test Database" author "Adam" description "This is a nice database" use strict; use warnings;