summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-02 17:13:11 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-02 17:13:11 +0000
commitc4413aa05880d2b35015aaca07a445bf88c59ae1 (patch)
tree4b2a6aa47d8a176165942280ff7c9305662a1a26
parentf75f2e728276cbc91c434e920b53c5b15513e570 (diff)
whitespace change only
-rw-r--r--Echolot/Config.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Echolot/Config.pm b/Echolot/Config.pm
index 7e7a55a..cfa8658 100644
--- a/Echolot/Config.pm
+++ b/Echolot/Config.pm
@@ -1,7 +1,7 @@
package Echolot::Config;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Config.pm,v 1.6 2002/07/02 17:12:45 weasel Exp $
+# $Id: Config.pm,v 1.7 2002/07/02 17:13:11 weasel Exp $
#
=pod
@@ -85,7 +85,7 @@ sub get() {
};
sub dump() {
- # FIXME XML::Dumper bug workaround
+ # FIXME XML::Dumper bug workaround
# There is a bug in pl2xml that changes data passed (cf. Debian Bug #148969 and #148970
# at http://bugs.debian.org/148969 and http://bugs.debian.org/148970
require Data::Dumper;