This repository was archived by the owner on Jun 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Attribute-Handlers/lib/Attribute
Module-CoreList/lib/Module Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use Carp;
44use warnings;
55use strict;
66use vars qw( $VERSION $AUTOLOAD) ;
7- $VERSION = ' 0.99 ' ; # remember to update version in POD!
7+ $VERSION = ' 0.99_01 ' ; # remember to update version in POD!
88$VERSION =~ tr / _// d;
99# $DB::single=1;
1010
@@ -271,7 +271,7 @@ Attribute::Handlers - Simpler definition of attribute handlers
271271
272272=head1 VERSION
273273
274- This document describes version 0.99 of Attribute::Handlers.
274+ This document describes version 0.99_01 of Attribute::Handlers.
275275
276276=head1 SYNOPSIS
277277
Original file line number Diff line number Diff line change @@ -15886,6 +15886,7 @@ our %delta = (
1588615886 'App::Prove::State::Result'=> '3.39',
1588715887 'App::Prove::State::Result::Test'=> '3.39',
1588815888 'Archive::Tar' => '2.26',
15889+ 'Attribute::Handlers' => '0.99_01',
1588915890 'B::C' => '1.55_06',
1589015891 'B::BBlock' => '1.05',
1589115892 'B::Debug' => '1.26',
Original file line number Diff line number Diff line change @@ -75,6 +75,10 @@ L<[perl #131665]|https://rt.perl.org/Public/Bug/Display.html?id=131665>
7575'0' is a valid name for an archive, change 'iter' to check definedness.
7676See L<https://metacpan.org/changes/distribution/Archive-Tar>
7777
78+ =item L<Attribute::Handlers> 0.99_01
79+
80+ pod updates
81+
7882=item L<B::C> 1.55_06
7983
8084=item L<B::Debug> 1.26
You can’t perform that action at this time.
0 commit comments