Skip to content

Commit

Permalink
bump version on Attribute::Handlers
Browse files Browse the repository at this point in the history
...because of CPAN release to get blead code on CPAN
  • Loading branch information
rjbs committed Jul 24, 2015
1 parent d2fcb1d commit c362894
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions dist/Attribute-Handlers/Changes
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,6 @@ t Revision history for Perl extension Attribute-Handlers

0.97 Sun Jun 1 12:00:00 GMT 2015
- fixes to deal with CVs without GVs

0.99 Fri Jul 24 18:44:48 EDT 2015
- CPAN release of v0.97 code
4 changes: 2 additions & 2 deletions dist/Attribute-Handlers/lib/Attribute/Handlers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use Carp;
use warnings;
use strict;
use vars qw($VERSION $AUTOLOAD);
$VERSION = '0.97'; # remember to update version in POD!
$VERSION = '0.99'; # remember to update version in POD!
# $DB::single=1;

my %symcache;
Expand Down Expand Up @@ -270,7 +270,7 @@ Attribute::Handlers - Simpler definition of attribute handlers
=head1 VERSION
This document describes version 0.97 of Attribute::Handlers.
This document describes version 0.99 of Attribute::Handlers.
=head1 SYNOPSIS
Expand Down

0 comments on commit c362894

Please sign in to comment.