Skip to content

Commit

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

diff --git a/Changes b/Changes
index 54dce68..999b830 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension Readonly.

 {{$NEXT}}
+
+2.05 2016-06-10T17:03:28Z
     - Fix deref when using the stupid and utterly unnecessary Readonly::Clone

 2.04 2016-05-07T15:38:37Z
  • Loading branch information
sanko committed Jun 10, 2016
1 parent 9e1ad05 commit 5a4193b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension Readonly.

{{$NEXT}}

2.05 2016-06-10T17:03:28Z
- Fix deref when using the stupid and utterly unnecessary Readonly::Clone

2.04 2016-05-07T15:38:37Z
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -63,7 +63,7 @@
"web" : "https://github.com/sanko/readonly"
}
},
"version" : "2.04",
"version" : "2.05",
"x_contributors" : [
"David Steinbrunner <dsteinbrunner@pobox.com>",
"Peter Valdemar Mørch <pm@capmon.dk>",
Expand Down
2 changes: 1 addition & 1 deletion lib/Readonly.pm
Expand Up @@ -5,7 +5,7 @@ use strict;
#use warnings;
#no warnings 'uninitialized';
package Readonly;
our $VERSION = '2.04';
our $VERSION = '2.05';
$VERSION = eval $VERSION;

# Autocroak (Thanks, MJD)
Expand Down

0 comments on commit 5a4193b

Please sign in to comment.