From 39acff4485014b3c58c274c299a8f1d1cdfd4fd3 Mon Sep 17 00:00:00 2001 From: Steffen Mueller Date: Fri, 7 Mar 2014 08:33:47 +0100 Subject: [PATCH] Attribute::Handlers update/changelog and version bump --- Porting/Maintainers.pl | 2 +- dist/Attribute-Handlers/Changes | 3 +++ dist/Attribute-Handlers/lib/Attribute/Handlers.pm | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 0ed3576..93b9e08 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -125,7 +125,7 @@ use File::Glob qw(:case); }, 'Attribute::Handlers' => { - 'DISTRIBUTION' => 'SMUELLER/Attribute-Handlers-0.93.tar.gz', + 'DISTRIBUTION' => 'SMUELLER/Attribute-Handlers-0.96.tar.gz', 'FILES' => q[dist/Attribute-Handlers], }, diff --git a/dist/Attribute-Handlers/Changes b/dist/Attribute-Handlers/Changes index e3d177c..77432cd 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 4b93a1d..4ae65d9 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. -- 1.8.3.1