bump version, <tab> => spc

This commit is contained in:
git@daemon.de
2016-06-02 13:35:50 +02:00
parent 8ee3ea673c
commit f407cf9737
3 changed files with 83 additions and 78 deletions

View File

@@ -1,3 +1,8 @@
0.11
o typos
o added cpanfile
0.10
o fixed RT#101884
- _trim() only removed 1st whitespace

View File

@@ -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(
},
},
);
);

View File

@@ -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