mirror of
https://codeberg.org/scip/Data-Validate-Struct.git
synced 2025-12-16 20:21:02 +01:00
bump version
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
0.13
|
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
|
0.12
|
||||||
o revert commit 495fcbc, see #7: breaks backwards
|
o revert commit 495fcbc, see #7: breaks backwards
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ use File::stat;
|
|||||||
use Data::Validate qw(:math is_printable);
|
use Data::Validate qw(:math is_printable);
|
||||||
use Data::Validate::IP qw(is_ipv4 is_ipv6);
|
use Data::Validate::IP qw(is_ipv4 is_ipv6);
|
||||||
|
|
||||||
our $VERSION = 0.12;
|
our $VERSION = 0.13;
|
||||||
|
|
||||||
use vars qw(@ISA);
|
use vars qw(@ISA);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user