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;
=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
=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;