From 818bbebee91fa9358b41dd78f75e90b32f18e9cb Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Wed, 22 Mar 2023 12:56:34 +0100 Subject: [PATCH] bump version --- Changelog | 3 ++- Struct.pm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 7d84482..f5b9780 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,6 @@ 0.13 - o rework commit 495fcbc + o rework commit 495fcbc: fix bug#14: do not die when + array ref doesn't match reference, only report. 0.12 o revert commit 495fcbc, see #7: breaks backwards diff --git a/Struct.pm b/Struct.pm index 91faccb..ba6a288 100644 --- a/Struct.pm +++ b/Struct.pm @@ -21,7 +21,7 @@ use File::stat; use Data::Validate qw(:math is_printable); use Data::Validate::IP qw(is_ipv4 is_ipv6); -our $VERSION = 0.12; +our $VERSION = 0.13; use vars qw(@ISA);