summaryrefslogtreecommitdiff
path: root/dist/Attribute-Handlers
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2011-05-20 17:57:50 +0200
committerSteffen Mueller <smueller@cpan.org>2011-05-20 18:03:35 +0200
commitf142daa8b17269bfbcac6c027b3bb378d3f1368f (patch)
treeb903ec359a21b69d20234824ee7822f99d3b0cae /dist/Attribute-Handlers
parent7e4175263ac327ba864a8df30193d1b53e566518 (diff)
downloadperl-f142daa8b17269bfbcac6c027b3bb378d3f1368f.tar.gz
Bump Attribute::Handlers version to 0.91
... to match the CPAN version. No functional changes.
Diffstat (limited to 'dist/Attribute-Handlers')
-rw-r--r--dist/Attribute-Handlers/Changes8
-rw-r--r--dist/Attribute-Handlers/lib/Attribute/Handlers.pm6
2 files changed, 9 insertions, 5 deletions
diff --git a/dist/Attribute-Handlers/Changes b/dist/Attribute-Handlers/Changes
index eea99c330d..477c7f19bf 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 73819da9df..4333155a80 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