Skip to content

Commit 5b18220

Browse files
committed
incrementing version after release
1 parent ee0981a commit 5b18220

File tree

18 files changed

+19
-17
lines changed

18 files changed

+19
-17
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Changelog for CPAN-Testers-Schema
22

33
{{ $NEXT }}
44

5+
0.024 2019-04-27 15:58:52+01:00 Europe/London
6+
57
[Added]
68

79
- Added 'cpantesters-schema fetch' command to download data from the

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ my %WriteMakefileArgs = (
5757
"Test::More" => "1.001005",
5858
"Test::Reporter" => 0
5959
},
60-
"VERSION" => "0.024",
60+
"VERSION" => "0.025",
6161
"test" => {
6262
"TESTS" => "t/*.t t/result/*.t t/resultset/*.t"
6363
}

bin/cpantesters-schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env perl
22
# ABSTRACT: Install, upgrade and examine the CPAN Testers database schema
33
# PODNAME: cpantesters-schema
4-
our $VERSION = '0.024';
4+
our $VERSION = '0.025';
55

66
=head1 SYNOPSIS
77

lib/CPAN/Testers/Schema.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package CPAN::Testers::Schema;
2-
our $VERSION = '0.024';
2+
our $VERSION = '0.025';
33
# ABSTRACT: Schema for CPANTesters database processed from test reports
44

55
=head1 SYNOPSIS

lib/CPAN/Testers/Schema/Base.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use utf8;
22
package CPAN::Testers::Schema::Base;
3-
our $VERSION = '0.024';
3+
our $VERSION = '0.025';
44
# ABSTRACT: Base module for importing standard modules, features, and subs
55

66
=head1 SYNOPSIS

lib/CPAN/Testers/Schema/Result/LatestIndex.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use utf8;
22
package CPAN::Testers::Schema::Result::LatestIndex;
3-
our $VERSION = '0.024';
3+
our $VERSION = '0.025';
44
# ABSTRACT: A cache of the latest version of a dist by author
55

66
=head1 SYNOPSIS

lib/CPAN/Testers/Schema/Result/MetabaseUser.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package CPAN::Testers::Schema::Result::MetabaseUser;
2-
our $VERSION = '0.024';
2+
our $VERSION = '0.025';
33
# ABSTRACT: Legacy user information from the Metabase
44

55
=head1 SYNOPSIS

lib/CPAN/Testers/Schema/Result/PerlVersion.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use utf8;
22
package CPAN::Testers::Schema::Result::PerlVersion;
3-
our $VERSION = '0.024';
3+
our $VERSION = '0.025';
44
# ABSTRACT: Metadata about Perl versions
55

66
=head1 SYNOPSIS

lib/CPAN/Testers/Schema/Result/Release.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use utf8;
22
package CPAN::Testers::Schema::Result::Release;
3-
our $VERSION = '0.024';
3+
our $VERSION = '0.025';
44
# ABSTRACT: Collected test report stats about a single CPAN release
55

66
=head1 SYNOPSIS

lib/CPAN/Testers/Schema/Result/ReleaseStat.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use utf8;
22
package CPAN::Testers::Schema::Result::ReleaseStat;
3-
our $VERSION = '0.024';
3+
our $VERSION = '0.025';
44
# ABSTRACT: A single test report reduced to a simple pass/fail
55

66
=head1 SYNOPSIS

0 commit comments

Comments
 (0)