Skip to content

Commit

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

diff --git a/Changes b/Changes
index 987cd76..68f5486 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension OrePAN2
 
 {{$NEXT}}
+
+0.51 2024-02-12T16:20:34Z
     - fix is_ArrayRef() precedence change if Type::Tiny::XS is installed
       (GH#67) (XSven)
  • Loading branch information
oalders committed Feb 12, 2024
1 parent c862af1 commit 2400522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Revision history for Perl extension OrePAN2

{{$NEXT}}

0.51 2024-02-12T16:20:34Z
- fix is_ArrayRef() precedence change if Type::Tiny::XS is installed
(GH#67) (XSven)

Expand Down
2 changes: 1 addition & 1 deletion lib/OrePAN2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package OrePAN2;
use strict;
use warnings;

our $VERSION = "0.50";
our $VERSION = "0.51";

1;
__END__
Expand Down

0 comments on commit 2400522

Please sign in to comment.