summaryrefslogtreecommitdiff
path: root/dist/Attribute-Handlers
diff options
context:
space:
mode:
authorDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-21 07:08:03 -0400
committerJames E Keenan <jkeenan@cpan.org>2013-05-25 05:08:17 +0200
commita0b243e8e44aef1742dd1f6780ad44cf08739252 (patch)
tree5c2f605e9b495fbb26fc9ea1d2042c9daa24a684 /dist/Attribute-Handlers
parentfedcf306fb1b03106a6d5ed34c81fb05a1515940 (diff)
downloadperl-a0b243e8e44aef1742dd1f6780ad44cf08739252.tar.gz
typo fix for Attribute::Handlers
Bump $VERSION.
Diffstat (limited to 'dist/Attribute-Handlers')
-rw-r--r--dist/Attribute-Handlers/lib/Attribute/Handlers.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/dist/Attribute-Handlers/lib/Attribute/Handlers.pm b/dist/Attribute-Handlers/lib/Attribute/Handlers.pm
index 60ee32a59c..4b93a1da24 100644
--- a/dist/Attribute-Handlers/lib/Attribute/Handlers.pm
+++ b/dist/Attribute-Handlers/lib/Attribute/Handlers.pm
@@ -4,7 +4,7 @@ use Carp;
use warnings;
use strict;
use vars qw($VERSION $AUTOLOAD);
-$VERSION = '0.94'; # remember to update version in POD!
+$VERSION = '0.95'; # remember to update version in POD!
# $DB::single=1;
my %symcache;
@@ -266,8 +266,7 @@ Attribute::Handlers - Simpler definition of attribute handlers
=head1 VERSION
-This document describes version 0.93 of Attribute::Handlers,
-released July 20, 2011.
+This document describes version 0.95 of Attribute::Handlers.
=head1 SYNOPSIS
@@ -878,7 +877,7 @@ C<SCALAR>, C<ARRAY>, C<HASH>, C<CODE>, or C<ANY>.
=item C<Attribute handler %s doesn't handle %s attributes>
A handler for attributes of the specified name I<was> defined, but not
-for the specified type of declaration. Typically encountered whe trying
+for the specified type of declaration. Typically encountered when trying
to apply a C<VAR> attribute handler to a subroutine, or a C<SCALAR>
attribute handler to some other type of variable.