Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 0136515

Browse files
committed
Attribute-Handlers-0.99_01
pod updates
1 parent 546e887 commit 0136515

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

dist/Attribute-Handlers/lib/Attribute/Handlers.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use Carp;
44
use warnings;
55
use strict;
66
use 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

dist/Module-CoreList/lib/Module/CoreList.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

pod/perlcdelta.pod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
7676
See 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

0 commit comments

Comments
 (0)