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