From 8816703a5411eadfd3269164a9737e287fcd25ea Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 14 Jul 2009 10:59:39 +0200 Subject: Fixed a typo in the SYNOPSIS --- lib/Simplestore.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Simplestore.pm b/lib/Simplestore.pm index 0a5955f..b6fd096 100644 --- a/lib/Simplestore.pm +++ b/lib/Simplestore.pm @@ -66,7 +66,7 @@ Simplestore - simple storage format for hash refs say $hash->{word}; # purrl $hash->{foo} = 'bar'; - $hash->{sentence} = "Mind the\nnewnile.; + $hash->{sentence} = "Mind the\nnewnile."; Simplestore::save('somefile', $hash); # somefile contains: -- cgit v1.2.3