summaryrefslogtreecommitdiff
path: root/lib/Data/Perl/Role/Number.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Data/Perl/Role/Number.pm')
-rw-r--r--lib/Data/Perl/Role/Number.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Data/Perl/Role/Number.pm b/lib/Data/Perl/Role/Number.pm
index 66e670c..c828413 100644
--- a/lib/Data/Perl/Role/Number.pm
+++ b/lib/Data/Perl/Role/Number.pm
@@ -1,5 +1,5 @@
package Data::Perl::Role::Number;
-$Data::Perl::Role::Number::VERSION = '0.002009';
+$Data::Perl::Role::Number::VERSION = '0.002011';
# ABSTRACT: Wrapping class for Perl scalar numbers.
use strictures 1;
@@ -32,7 +32,7 @@ Data::Perl::Role::Number - Wrapping class for Perl scalar numbers.
=head1 VERSION
-version 0.002009
+version 0.002011
=head1 SYNOPSIS
@@ -102,7 +102,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.