diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-04-26 09:45:30 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-18 11:15:03 -0600 |
commit | 616e857af714873b81e2f94d1654220c47e58917 (patch) | |
tree | d1c0d35ec7965827241c95c0bbde5c330f7ff1ef | |
parent | fd161f2c39d248e46fb0b5ace16d351d63590488 (diff) | |
download | perl-616e857af714873b81e2f94d1654220c47e58917.tar.gz |
Attribute-Handlers: Fix broken link
-rw-r--r-- | dist/Attribute-Handlers/lib/Attribute/Handlers.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/Attribute-Handlers/lib/Attribute/Handlers.pm b/dist/Attribute-Handlers/lib/Attribute/Handlers.pm index b0cb8e21af..73819da9df 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.89'; # remember to update version in POD! +$VERSION = '0.90'; # remember to update version in POD! # $DB::single=1; my %symcache; @@ -266,7 +266,7 @@ Attribute::Handlers - Simpler definition of attribute handlers =head1 VERSION -This document describes version 0.89 of Attribute::Handlers, +This document describes version 0.90 of Attribute::Handlers, released April 5, 2010. =head1 SYNOPSIS @@ -703,7 +703,7 @@ being tied: =head1 EXAMPLES -If the class shown in L<SYNOPSIS> were placed in the MyClass.pm +If the class shown in L</SYNOPSIS> were placed in the MyClass.pm module, then the following code: package main; |