Skip to content

Commit

Permalink
(GH-1) Add examples to the POD of new methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeaubert committed Oct 25, 2014
1 parent de05daf commit 8d3bc83
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/Queue/DBI.pm
Expand Up @@ -943,7 +943,9 @@ sub set_verbose
=head2 freeze()
Serializes an element to store it in a sql "text" column.
Serialize an element to store it in a SQL "text" column.
my $frozen_data = $queue->freeze( $data );
=cut

Expand All @@ -957,7 +959,9 @@ sub freeze

=head2 thaw()
Deserializes an element which was stored a sql "text" column.
Deserialize an element which was stored a SQL "text" column.
my $thawed_data = $queue->thaw( $frozen_data );
=cut

Expand Down

0 comments on commit 8d3bc83

Please sign in to comment.