Skip to content

Commit

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

diff --git a/Changes b/Changes
index 3845f8d..041e868 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Moxy

+0.61
+
+    - depend to NDBM_File
+
 0.60 - Switch to Plack release

     - switch to plack!(tokuhirom)
  • Loading branch information
tokuhirom committed May 18, 2011
1 parent a8eab1d commit 7cb98fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
Revision history for Moxy

0.61

- depend to NDBM_File

0.60 - Switch to Plack release

- switch to plack!(tokuhirom)
Expand Down
2 changes: 1 addition & 1 deletion lib/Moxy.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
use base qw/Class::Accessor::Fast/;
use Class::Component 0.16;

our $VERSION = '0.60';
our $VERSION = '0.61';

use Carp;
use Encode;
Expand Down

0 comments on commit 7cb98fc

Please sign in to comment.