Skip to content

Commit ac14fe8

Browse files
committed
Config release 6.26
-version bump because most CPAN Testers builders dont test alpha versions
1 parent f9a76bc commit ac14fe8

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

Changes

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
Revision history for XSConfig
2+
6.26 Sun, Jul 01, 2018 4:01:17 PM
3+
-version bump because most CPAN Testers builders dont test alpha
4+
versions
5+
26
6.25_01 Thu, Jun 28, 2018 3:04:14 PM
37
-revisited a bug and revised a test in Config.t
48
-more common keys for CPAN Testers

Config.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use strict;
1010
use warnings;
1111
our (%Config, $VERSION);
1212

13-
$VERSION = '6.25_01';
13+
$VERSION = '6.26';
1414

1515
# Skip @Config::EXPORT because it only contains %Config, which we special
1616
# case below as it's not a function. @Config::EXPORT won't change in the

Config_mini.pl.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#usage: perl Config_mini.pl.PL [ignored]
44

55
use strict ;
6-
my $VERSION = '6.25_01';
6+
my $VERSION = '6.26';
77
use ExtUtils::Command;
88

99
my $mini = searchdirs('Config_mini.pl', \@INC);

Config_xs.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# lib/Config_git.pl
2020
#
2121

22-
$VERSION = '6.25_01';
22+
$VERSION = '6.26';
2323
my $in_core;
2424

2525
BEGIN {

XSConfig.pod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ XSConfig - Fast XS drop-in replacement for Config.pm with perfect hashing.
44

55
=head1 VERSION
66

7-
Version 6.25_01
7+
Version 6.26
88

99
=head1 SYNOPSIS
1010

0 commit comments

Comments
 (0)