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

Commit c3a343b

Browse files
committed
B-Concise 0.9991c: bump version
1 parent 52dd46f commit c3a343b

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14898,8 +14898,9 @@ our %delta = (
1489814898
delta_from => '5.026000c',
1489914899
changed => {
1490014900
'Config' => '5.027',
14901-
'Module::CoreList' => '5.20170428c',
14901+
'Module::CoreList' => '5.20170514c',
1490214902
'Module::CoreList::Utils'=> '5.20170428c',
14903+
'B::Concise' => '0.9991c',
1490314904
'Cpanel::JSON::XS' => '3.0233',
1490414905
'Cwd' => '4.68c',
1490514906
'Devel::PPPort' => '3.35_03',

ext/B/B/Concise.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use warnings; # uses #3 and #4, since warnings uses Carp
1414

1515
use Exporter (); # use #5
1616

17-
our $VERSION = "0.999c";
17+
our $VERSION = "0.9991c";
1818
$VERSION =~ s/c$//;
1919
our @ISA = qw(Exporter);
2020
our @EXPORT_OK = qw( set_style set_style_standard add_callback

pod/perlcdelta.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ XXX
119119

120120
Support pgcc, seperate it from gcc
121121

122-
=item L<B::Concise>
122+
=item L<B::Concise> 0.9991c
123123

124124
Support the new strict hints flags and abbrevate all strict flags as strict.
125125

t/porting/customized.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Math::BigInt cpan/Math-BigInt/t/sub_mif.t e87738bd15116665c38d9f41b310cfe7fbf6da
8686
Math::BigInt cpan/Math-BigInt/t/upgrade.t 7c15cac7f321ca396648ec45da6389a1283e1546
8787
Math::BigInt cpan/Math-BigInt/t/upgradef.t 06610e9883ce805bcd6543ab959a9826f598eb40
8888
Math::BigInt cpan/Math-BigInt/t/with_sub.t c040328e223df6f56250f5d67dcb2c9a2f23c110
89-
Module::CoreList dist/Module-CoreList/lib/Module/CoreList.pm 57021daf89b6599fb3c2a4095105ef252b077ce0
89+
Module::CoreList dist/Module-CoreList/lib/Module/CoreList.pm 775ba67e29638228635bcbb4fc6ba5e16586e56d
9090
Module::CoreList dist/Module-CoreList/lib/Module/CoreList/Utils.pm df4497e2e17601f217090f28adca5ff147975add
9191
Module::Metadata cpan/Module-Metadata/t/lib/GeneratePackage.pm 502ffbe2609947430e6aa1a3df8064b3fef3e086
9292
Net::Domain cpan/libnet/lib/Net/Cmd.pm 70a007c38833667ad47ea8059c37c1b7d1c77b6c

0 commit comments

Comments
 (0)