summaryrefslogtreecommitdiff
path: root/lib/Data/Perl/Bool.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Data/Perl/Bool.pm')
-rw-r--r--lib/Data/Perl/Bool.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Data/Perl/Bool.pm b/lib/Data/Perl/Bool.pm
index 169b333..fba2e3b 100644
--- a/lib/Data/Perl/Bool.pm
+++ b/lib/Data/Perl/Bool.pm
@@ -1,5 +1,5 @@
package Data::Perl::Bool;
-$Data::Perl::Bool::VERSION = '0.002009';
+$Data::Perl::Bool::VERSION = '0.002011';
# ABSTRACT: Wrapping class for boolean values.
use strictures 1;
@@ -20,7 +20,7 @@ Data::Perl::Bool - Wrapping class for boolean values.
=head1 VERSION
-version 0.002009
+version 0.002011
=head1 SYNOPSIS
@@ -43,7 +43,7 @@ Matthew Phillips <mattp@cpan.org>
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2014 by Matthew Phillips <mattp@cpan.org>.
+This software is copyright (c) 2020 by Matthew Phillips <mattp@cpan.org>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.