mirror of
https://codeberg.org/scip/Data-Validate-Struct.git
synced 2025-12-17 04:31:01 +01:00
bump version, <tab> => spc
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
0.11
|
||||
o typos
|
||||
|
||||
o added cpanfile
|
||||
|
||||
0.10
|
||||
o fixed RT#101884
|
||||
- _trim() only removed 1st whitespace
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile.PL - build file for Date::Validate::Struct
|
||||
#
|
||||
# Copyright (c) 2007-2014 T. v.Dein <tom |AT| cpan.org>.
|
||||
# Copyright (c) 2007-2016 T. v.Dein <tom |AT| cpan.org>.
|
||||
# All Rights Reserved. Std. disclaimer applies.
|
||||
# Artistic License, same as perl itself. Have fun.
|
||||
#
|
||||
@@ -31,5 +31,5 @@ WriteMakefile(
|
||||
},
|
||||
},
|
||||
|
||||
);
|
||||
);
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2007-2015 T. v.Dein <tlinden |AT| cpan.org>.
|
||||
# Copyright (c) 2007-2016 T. v.Dein <tlinden |AT| cpan.org>.
|
||||
# All Rights Reserved. Std. disclaimer applies.
|
||||
# Artistic License, same as perl itself. Have fun.
|
||||
#
|
||||
@@ -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.10;
|
||||
our $VERSION = 0.11;
|
||||
|
||||
use vars qw(@ISA);
|
||||
|
||||
@@ -106,7 +106,7 @@ require Exporter;
|
||||
|
||||
# just a place holder at make the key exist
|
||||
optional => 1,
|
||||
);
|
||||
);
|
||||
|
||||
sub add_validators {
|
||||
# class method, add validators globally, not per object
|
||||
@@ -899,7 +899,7 @@ Thanks to David Cantrell for his helpful hints.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
0.10
|
||||
0.11
|
||||
|
||||
=cut
|
||||
|
||||
|
||||
Reference in New Issue
Block a user