Skip to content

Commit

Permalink
Added some documentation about the storage format
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Friesel committed Jul 4, 2009
1 parent 4f5950e commit c4d5b23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/Simplestore.pm
Expand Up @@ -97,6 +97,13 @@ save I<hashref> in I<storefile>. Returns nothing.
=back
=head1 STORAGE FORMAT
The store file contains key-value-pairs, each of them separated by a newline,
The key and value are separated by a single tab.
If a value contains newlines, they will be printed, but the next line(s) will be
prefixed by the key. For a little example, see SYNOPSIS.
=head1 MOTIVATION
B<Simplestore> aims to provide a common, simple format to store data.
Expand Down

0 comments on commit c4d5b23

Please sign in to comment.