From: Steffen Mueller Date: Sat, 8 Aug 2009 10:56:23 +0000 (+0200) Subject: Synchronize with CPAN's Attribute::Handlers 0.86 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=552b942743759309d6f35bf1c651bd346b210044;p=p5sagit%2Fp5-mst-13.2.git Synchronize with CPAN's Attribute::Handlers 0.86 No functional changes, only CPAN distribution upgrades. --- diff --git a/ext/Attribute-Handlers/Changes b/ext/Attribute-Handlers/Changes index 07e04c8..13dd6f5 100644 --- a/ext/Attribute-Handlers/Changes +++ b/ext/Attribute-Handlers/Changes @@ -128,3 +128,7 @@ Revision history for Perl extension Attribute-Handlers 0.85 Thu Jun 11 09:31:00 CET 2009 - Document findsym for the sake of mod_perl. (David Wheeler) - Remove unused variable. (David Wheeler) + +0.86 Sat Aug 8 12:41:00 CET 2009 + - Add resources (bugtracker, ...) section to META.yml + diff --git a/ext/Attribute-Handlers/lib/Attribute/Handlers.pm b/ext/Attribute-Handlers/lib/Attribute/Handlers.pm index bdf11b3..930a1a6 100644 --- a/ext/Attribute-Handlers/lib/Attribute/Handlers.pm +++ b/ext/Attribute-Handlers/lib/Attribute/Handlers.pm @@ -4,7 +4,7 @@ use Carp; use warnings; use strict; use vars qw($VERSION $AUTOLOAD); -$VERSION = '0.85'; # remember to update version in POD! +$VERSION = '0.86'; # remember to update version in POD! # $DB::single=1; my %symcache; @@ -233,8 +233,8 @@ Attribute::Handlers - Simpler definition of attribute handlers =head1 VERSION -This document describes version 0.85 of Attribute::Handlers, -released June 11, 2009. +This document describes version 0.86 of Attribute::Handlers, +released August 8, 2009. =head1 SYNOPSIS