No functional changes, only CPAN distribution upgrades.
0.85 Thu Jun 11 09:31:00 CET 2009
- Document findsym for the sake of mod_perl. (David Wheeler)
- Remove unused variable. (David Wheeler)
+
+0.86 Sat Aug 8 12:41:00 CET 2009
+ - Add resources (bugtracker, ...) section to META.yml
+
use warnings;
use strict;
use vars qw($VERSION $AUTOLOAD);
-$VERSION = '0.85'; # remember to update version in POD!
+$VERSION = '0.86'; # remember to update version in POD!
# $DB::single=1;
my %symcache;
=head1 VERSION
-This document describes version 0.85 of Attribute::Handlers,
-released June 11, 2009.
+This document describes version 0.86 of Attribute::Handlers,
+released August 8, 2009.
=head1 SYNOPSIS