Attribute::Handlers update/changelog and version bump
authorSteffen Mueller <smueller@cpan.org>
Fri, 7 Mar 2014 07:33:47 +0000 (08:33 +0100)
committerSteffen Mueller <smueller@cpan.org>
Fri, 7 Mar 2014 07:34:18 +0000 (08:34 +0100)
Porting/Maintainers.pl
dist/Attribute-Handlers/Changes
dist/Attribute-Handlers/lib/Attribute/Handlers.pm

index 0ed3576..93b9e08 100755 (executable)
@@ -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],
     },
 
index e3d177c..77432cd 100644 (file)
@@ -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
index 4b93a1d..4ae65d9 100644 (file)
@@ -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.