Skip to content

Commit

Permalink
0.83
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-mixas committed Dec 15, 2018
1 parent 421a5c3 commit 614b845
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -1,5 +1,10 @@
Revision history for Struct-Path

0.83 2018-12-15
- throw correct error for nonrefs in refstack
- ref() calls reduced a bit
- regexps supported in hash keys list, R key is deprecated now

0.82 2018-08-15
- craches fixed for expand out-of range negative array indexes
- expand-append experimental subopt removed
Expand Down
4 changes: 2 additions & 2 deletions lib/Struct/Path.pm
Expand Up @@ -28,11 +28,11 @@ Struct::Path - Path for nested structures where path is also a structure
=head1 VERSION
Version 0.82
Version 0.83
=cut

our $VERSION = '0.82';
our $VERSION = '0.83';

=head1 SYNOPSIS
Expand Down

0 comments on commit 614b845

Please sign in to comment.