summaryrefslogtreecommitdiff
path: root/dist/Attribute-Handlers
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2014-03-07 08:33:47 +0100
committerSteffen Mueller <smueller@cpan.org>2014-03-07 08:34:18 +0100
commit39acff4485014b3c58c274c299a8f1d1cdfd4fd3 (patch)
tree3f7cc5f38143ab8573c94360cb94a2336ecd5830 /dist/Attribute-Handlers
parentd5e61aaf9d7051b13636e9a4002cf6b4a47f6d78 (diff)
downloadperl-39acff4485014b3c58c274c299a8f1d1cdfd4fd3.tar.gz
Attribute::Handlers update/changelog and version bump
Diffstat (limited to 'dist/Attribute-Handlers')
-rw-r--r--dist/Attribute-Handlers/Changes3
-rw-r--r--dist/Attribute-Handlers/lib/Attribute/Handlers.pm6
2 files changed, 6 insertions, 3 deletions
diff --git a/dist/Attribute-Handlers/Changes b/dist/Attribute-Handlers/Changes
index e3d177c707..77432cd712 100644
--- a/dist/Attribute-Handlers/Changes
+++ b/dist/Attribute-Handlers/Changes
@@ -166,3 +166,6 @@ t Revision history for Perl extension 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
diff --git a/dist/Attribute-Handlers/lib/Attribute/Handlers.pm b/dist/Attribute-Handlers/lib/Attribute/Handlers.pm
index 4b93a1da24..4ae65d9edb 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.95'; # remember to update version in POD!
+$VERSION = '0.96'; # 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.95 of Attribute::Handlers.
+This document describes version 0.96 of Attribute::Handlers.
=head1 SYNOPSIS
@@ -930,6 +930,6 @@ Bug reports and other feedback are most welcome.
=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.