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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Echolot') 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 -- cgit v1.2.3