Skip to content

Commit

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

diff --git c/Changes w/Changes
index 53b2d59..8a01d0e 100644
--- c/Changes
+++ w/Changes
@@ -1,5 +1,6 @@
 Revision history for Perl extension Hash::MultiValue

+0.12  Wed Feb 15 07:45:50 CET 2012
         - Reapply set method optimisation that was lost in 0.11
         - *really* fix uninitialized warnings in tests (RT#74096)
         - Add support for Storable serialization
  • Loading branch information
ap committed Feb 15, 2012
1 parent 0c2ff74 commit 6b34aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@
Revision history for Perl extension Hash::MultiValue

0.12 Wed Feb 15 07:45:50 CET 2012
- Reapply set method optimisation that was lost in 0.11
- *really* fix uninitialized warnings in tests (RT#74096)
- Add support for Storable serialization
Expand Down
2 changes: 1 addition & 1 deletion lib/Hash/MultiValue.pm
Expand Up @@ -3,7 +3,7 @@ package Hash::MultiValue;
use strict;
no warnings 'void';
use 5.006_002;
our $VERSION = '0.11';
our $VERSION = '0.12';

use Carp ();
use Scalar::Util qw(refaddr);
Expand Down

0 comments on commit 6b34aec

Please sign in to comment.