summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-07-01 17:14:03 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-07-01 17:14:03 +0200
commit87afa716e1bf595f565cabe90f24b105ad4cb066 (patch)
treeb450e4e2487825a8c40daf1bb414db7fce445231
parentc51a300c48dda3b29b7268debbd41e319d719147 (diff)
POD fixes
-rwxr-xr-xlib/Simplestore.pm16
1 files 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<load>(I<store file> [, I<hashref>])
+=item B<load>(I<storefile>[, I<hashref>])
-Load the hash saved in I<store file>. Returns a hash ref containing the hash
-saved in I<store file>.
+Load the hash saved in I<storefile>. Returns a hash ref containing the hash
+saved in I<storefile>.
-If I<hashref> is specified, I<store file> will not be loaded into an empty hash,
-but into I<hashref>. However, keys in I<store file> overwrite those in I<hashref>.
+If I<hashref> is specified, I<storefile> will not be loaded into an empty hash,
+but into I<hashref>. However, keys in I<storefile> overwrite those in I<hashref>.
-=item B<save>(I<store file>, I<hashref>)
+=item B<save>(I<storefile>, I<hashref>)
-save I<hashref> in I<store file>. Returns nothing.
+save I<hashref> in I<storefile>. Returns nothing.
+
+=back
=head1 COPYRIGHT