summaryrefslogtreecommitdiff
path: root/lib/Data/Perl/Role/Collection/Hash.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Data/Perl/Role/Collection/Hash.pm')
-rw-r--r--lib/Data/Perl/Role/Collection/Hash.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Data/Perl/Role/Collection/Hash.pm b/lib/Data/Perl/Role/Collection/Hash.pm
index 967a997..e8d0260 100644
--- a/lib/Data/Perl/Role/Collection/Hash.pm
+++ b/lib/Data/Perl/Role/Collection/Hash.pm
@@ -1,5 +1,5 @@
package Data::Perl::Role::Collection::Hash;
-$Data::Perl::Role::Collection::Hash::VERSION = '0.002009';
+$Data::Perl::Role::Collection::Hash::VERSION = '0.002011';
# ABSTRACT: Wrapping class for Perl's built in hash structure.
use strictures 1;
@@ -116,7 +116,7 @@ Data::Perl::Role::Collection::Hash - Wrapping class for Perl's built in hash str
=head1 VERSION
-version 0.002009
+version 0.002011
=head1 SYNOPSIS
@@ -266,7 +266,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.