From 232fb3d8f486b7da49438e29af3912d00d9fde0d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 1 Jul 2009 19:03:08 +0200 Subject: slightly improved Simplestore(3pm) --- lib/Simplestore.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Simplestore.pm') diff --git a/lib/Simplestore.pm b/lib/Simplestore.pm index b02dfe3..4e878b4 100644 --- a/lib/Simplestore.pm +++ b/lib/Simplestore.pm @@ -62,12 +62,12 @@ Simplestore - simple storage format for hash refs say $hash->{word}; # purrl $hash->{foo} = 'bar'; - $hash->{word} = "Yeah, this is more thon one\nword, I know"; + $hash->{word} = "Yeah, this is more than\none word, I know"; save('somefile', $hash); # somefile contains: - # word Yeah, this is more than one - # word word, I know + # word Yeah, this is more than + # word one word, I know # foo bar =head1 DESCRIPTION -- cgit v1.2.3