Navigation Menu

Skip to content

Commit

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

diff --git a/Changes b/Changes
index 593e18a..340bf37 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+0.44
+
+    - do not display deprecated warnings from Data::MessagePack::Unpacker.
+      T::Xslate using it...
+
 0.43 2012-06-26T02:00:57

     - Data::MessagePack::Unpacker was deprecated.
  • Loading branch information
tokuhirom committed Jun 26, 2012
1 parent 862a7b8 commit 8d4a3d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
@@ -1,3 +1,8 @@
0.44

- do not display deprecated warnings from Data::MessagePack::Unpacker.
T::Xslate using it...

0.43 2012-06-26T02:00:57

- Data::MessagePack::Unpacker was deprecated.
Expand Down
2 changes: 1 addition & 1 deletion lib/Data/MessagePack.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.008001;

our $VERSION = '0.43';
our $VERSION = '0.44';

sub true () {
require Data::MessagePack::Boolean;
Expand Down

0 comments on commit 8d4a3d5

Please sign in to comment.