Attribute-Handlers: Fix broken link
authorKarl Williamson <public@khwilliamson.com>
Tue, 26 Apr 2011 15:45:30 +0000 (09:45 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 18 May 2011 17:15:03 +0000 (11:15 -0600)
dist/Attribute-Handlers/lib/Attribute/Handlers.pm

index b0cb8e2..73819da 100644 (file)
@@ -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;