mirror of
https://codeberg.org/scip/Data-Validate-Struct.git
synced 2025-12-17 20:51: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
|
0.10
|
||||||
o fixed RT#101884
|
o fixed RT#101884
|
||||||
- _trim() only removed 1st whitespace
|
- _trim() only removed 1st whitespace
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile.PL - build file for Date::Validate::Struct
|
# 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.
|
# All Rights Reserved. Std. disclaimer applies.
|
||||||
# Artistic License, same as perl itself. Have fun.
|
# Artistic License, same as perl itself. Have fun.
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -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.
|
# All Rights Reserved. Std. disclaimer applies.
|
||||||
# Artistic License, same as perl itself. Have fun.
|
# 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 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.10;
|
our $VERSION = 0.11;
|
||||||
|
|
||||||
use vars qw(@ISA);
|
use vars qw(@ISA);
|
||||||
|
|
||||||
@@ -899,7 +899,7 @@ Thanks to David Cantrell for his helpful hints.
|
|||||||
|
|
||||||
=head1 VERSION
|
=head1 VERSION
|
||||||
|
|
||||||
0.10
|
0.11
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user