From: Steffen Mueller Date: Fri, 20 May 2011 15:57:50 +0000 (+0200) Subject: Bump Attribute::Handlers version to 0.91 X-Git-Tag: v5.15.0~462 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/f142daa8b17269bfbcac6c027b3bb378d3f1368f?hp=7e4175263ac327ba864a8df30193d1b53e566518 Bump Attribute::Handlers version to 0.91 ... to match the CPAN version. No functional changes. --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 2ad3abd..d8fc77a 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -214,7 +214,7 @@ use File::Glob qw(:case); 'Attribute::Handlers' => { 'MAINTAINER' => 'rgarcia', - 'DISTRIBUTION' => 'SMUELLER/Attribute-Handlers-0.88.tar.gz', + 'DISTRIBUTION' => 'SMUELLER/Attribute-Handlers-0.91.tar.gz', 'FILES' => q[dist/Attribute-Handlers], 'UPSTREAM' => 'blead', }, diff --git a/dist/Attribute-Handlers/Changes b/dist/Attribute-Handlers/Changes index eea99c3..477c7f1 100644 --- a/dist/Attribute-Handlers/Changes +++ b/dist/Attribute-Handlers/Changes @@ -133,7 +133,7 @@ t Revision history for Perl extension Attribute-Handlers - Add resources (bugtracker, ...) section to META.yml 0.86_01 Thu Sep 17 10:01:00 CET 2009 - - From perl change 09330df80caf214f375fcf0c04857347e3b17c69 (Zefram): + - From perl change 09330df80caf214f375fcf0c04857347e3b17c69 (Zefram): Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTRIBUTES @@ -154,6 +154,10 @@ t Revision history for Perl extension Attribute-Handlers 0.87 Mon Sep 21 15:55:00 CET 2009 - Promote to stable release -0.88 Mon Apr 5 16:33:00 CET 2010 +0.88 Mon Apr 5 16:33:00 CET 2010 - Avoid clobbering $_ (perl #74052, LanX) +0.91 Fri May 20 20:00:00 CET 2011 + - Typo fixes in documentation + - POD link fix. + diff --git a/dist/Attribute-Handlers/lib/Attribute/Handlers.pm b/dist/Attribute-Handlers/lib/Attribute/Handlers.pm index 73819da..4333155 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.90'; # remember to update version in POD! +$VERSION = '0.91'; # remember to update version in POD! # $DB::single=1; my %symcache; @@ -266,8 +266,8 @@ Attribute::Handlers - Simpler definition of attribute handlers =head1 VERSION -This document describes version 0.90 of Attribute::Handlers, -released April 5, 2010. +This document describes version 0.91 of Attribute::Handlers, +released May 20, 2011. =head1 SYNOPSIS