From 71b24437c5acab84b9377ae617f96784caaf2364 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 10 Jul 2002 11:55:40 +0000 Subject: The metadata included a . Replaced by perl comment --- Echolot/Storage/File.pm | 4 ++-- NEWS | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Echolot/Storage/File.pm b/Echolot/Storage/File.pm index 5de1b6c..ae8261d 100644 --- a/Echolot/Storage/File.pm +++ b/Echolot/Storage/File.pm @@ -1,7 +1,7 @@ package Echolot::Storage::File; # (c) 2002 Peter Palfrader -# $Id: File.pm,v 1.28 2002/07/10 11:49:41 weasel Exp $ +# $Id: File.pm,v 1.29 2002/07/10 11:54:52 weasel Exp $ # =pod @@ -202,7 +202,7 @@ sub metadata_write($) { truncate($fh, 0) or cluck("Cannot truncate metadata file to zero length: $!"), return 0; - print($fh "\n") or + print($fh "# vim:set syntax=perl:\n") or cluck("Error when writing to metadata file: $!"), return 0; print($fh $data) or diff --git a/NEWS b/NEWS index 27ed6b6..19ecb58 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Changes in version 2.0 beta3 - 2002-07-10 + * Fixed a small bug with writing the metadata so that it could not be + parsed again + Changes in version 2.0 beta2 - 2002-07-10 * Moved from XML to Data::Dumper Use convert-xml-to-datadumper in the tools directory to -- cgit v1.2.3