r1026@llin: dpavlin | 2006-09-26 16:05:05 +0200
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 26 Sep 2006 14:07:20 +0000 (14:07 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 26 Sep 2006 14:07:20 +0000 (14:07 +0000)
 pod improvements

git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@716 07558da8-63fa-0310-ba24-9fe276d99e06

lib/WebPAC/Store.pm

index 61be62b..4cbc52b 100644 (file)
@@ -215,9 +215,7 @@ Store data_structure on disk.
        ds => $ds,
   );
 
-B<Totally broken, but fast.>
-
-Depends on filename generated by C<load_ds>.
+C<database> and C<input> are optional.
 
 =cut
 
@@ -260,12 +258,16 @@ sub save_ds {
 
 =head2 load_lookup
 
+Loads lookup hash from file
+
   $data = $db->load_lookup(
        database => $database,
        input => $input,
        key => $key,
   );
 
+C<database> is optional.
+
 =cut
 
 sub load_lookup {
@@ -298,6 +300,8 @@ sub load_lookup {
 
 =head2 save_lookup
 
+Save lookup data to file.
+
   $db->save_lookup(
        database => $database,
        input => $input,
@@ -305,6 +309,8 @@ sub load_lookup {
        data => $lookup,
   );
 
+C<database> is optional.
+
 =cut
 
 sub save_lookup {
@@ -341,7 +347,7 @@ Dobrica Pavlinusic, C<< <dpavlin@rot13.org> >>
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2005 Dobrica Pavlinusic, All Rights Reserved.
+Copyright 2005-2006 Dobrica Pavlinusic, All Rights Reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.