Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.2.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git c/Changes w/Changes
index 426803a..9cff44f 100644
--- c/Changes
+++ w/Changes
@@ -1,6 +1,9 @@
 Revision history for True-Truth

+0.2     2012-04-30T13:27:18
+        added autoexpire support for cached keys (defaults to 1 hour)
+
 0.1     2012-04-26T13:41:41
         First version of the True::Truth
  • Loading branch information
norbu09 committed Apr 30, 2012
1 parent 36e10df commit 8b72912
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,6 +1,9 @@
Revision history for True-Truth


0.2 2012-04-30T13:27:18
added autoexpire support for cached keys (defaults to 1 hour)

0.1 2012-04-26T13:41:41
First version of the True::Truth

4 changes: 2 additions & 2 deletions lib/True/Truth.pm
Expand Up @@ -6,7 +6,7 @@ use Any::Moose;
use MIME::Base64 qw(encode_base64 decode_base64);
use Storable qw/nfreeze thaw/;

our $VERSION = '0.1';
our $VERSION = '0.2';

has 'debug' => (
is => 'rw',
Expand Down Expand Up @@ -42,7 +42,7 @@ True::Truth - The one True::Truth!
=head1 VERSION
Version 0.1.1.1.1.1.1
Version 0.2.1.1.1.1.1.1
=head1 SYNOPSIS
Expand Down

0 comments on commit 8b72912

Please sign in to comment.