From 87afa716e1bf595f565cabe90f24b105ad4cb066 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 1 Jul 2009 17:14:03 +0200 Subject: POD fixes --- lib/Simplestore.pm | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/lib/Simplestore.pm b/lib/Simplestore.pm index 1369d87..b02dfe3 100755 --- a/lib/Simplestore.pm +++ b/lib/Simplestore.pm @@ -79,17 +79,19 @@ easy-to-parse file format. =over -=item B(I [, I]) +=item B(I[, I]) -Load the hash saved in I. Returns a hash ref containing the hash -saved in I. +Load the hash saved in I. Returns a hash ref containing the hash +saved in I. -If I is specified, I will not be loaded into an empty hash, -but into I. However, keys in I overwrite those in I. +If I is specified, I will not be loaded into an empty hash, +but into I. However, keys in I overwrite those in I. -=item B(I, I) +=item B(I, I) -save I in I. Returns nothing. +save I in I. Returns nothing. + +=back =head1 COPYRIGHT -- cgit v1.2.3