},
'Attribute::Handlers' => {
- 'DISTRIBUTION' => 'SMUELLER/Attribute-Handlers-0.93.tar.gz',
+ 'DISTRIBUTION' => 'SMUELLER/Attribute-Handlers-0.96.tar.gz',
'FILES' => q[dist/Attribute-Handlers],
},
- Spelling fixes (Father Chrysostomos)
- Indentation fixes (Father Chrysostomos)
+0.96 Fri Mar 7 08:30:00 CET 2014
+ - Documentation fixes
+ - Replace use of base.pm with parent.pm
use warnings;
use strict;
use vars qw($VERSION $AUTOLOAD);
-$VERSION = '0.95'; # remember to update version in POD!
+$VERSION = '0.96'; # remember to update version in POD!
# $DB::single=1;
my %symcache;
=head1 VERSION
-This document describes version 0.95 of Attribute::Handlers.
+This document describes version 0.96 of Attribute::Handlers.
=head1 SYNOPSIS
=head1 COPYRIGHT AND LICENSE
- Copyright (c) 2001-2009, Damian Conway. All Rights Reserved.
+ Copyright (c) 2001-2014, Damian Conway. All Rights Reserved.
This module is free software. It may be used, redistributed
and/or modified under the same terms as Perl itself.