Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Aug 16, 2016
1 parent 1a6b3ce commit 643b96d
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Curtis \"Ovid\" Poe <ovid@cpan.org>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4214",
"generated_by" : "Module::Build version 0.4218",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -42,19 +42,19 @@
"provides" : {
"Test::Aggregate" : {
"file" : "lib/Test/Aggregate.pm",
"version" : "0.373"
"version" : "0.374"
},
"Test::Aggregate::Base" : {
"file" : "lib/Test/Aggregate/Base.pm",
"version" : "0.373"
"version" : "0.374"
},
"Test::Aggregate::Builder" : {
"file" : "lib/Test/Aggregate/Builder.pm",
"version" : "0.373"
"version" : "0.374"
},
"Test::Aggregate::Nested" : {
"file" : "lib/Test/Aggregate/Nested.pm",
"version" : "0.373"
"version" : "0.374"
}
},
"release_status" : "stable",
Expand All @@ -66,7 +66,7 @@
"url" : "https://github.com/rwstauner/test-aggregate"
}
},
"version" : "0.373",
"version" : "0.374",
"x_contributors" : [
"Curtis \"Ovid\" Poe <ovid@cpan.org>",
"Florian Ragwitz <flora@cpan.org>",
Expand Down
14 changes: 7 additions & 7 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build_requires:
configure_requires:
Module::Build: '0.42'
dynamic_config: 1
generated_by: 'Module::Build version 0.4214, CPAN::Meta::Converter version 2.150005'
generated_by: 'Module::Build version 0.4218, CPAN::Meta::Converter version 2.150005'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -18,16 +18,16 @@ name: Test-Aggregate
provides:
Test::Aggregate:
file: lib/Test/Aggregate.pm
version: '0.373'
version: '0.374'
Test::Aggregate::Base:
file: lib/Test/Aggregate/Base.pm
version: '0.373'
version: '0.374'
Test::Aggregate::Builder:
file: lib/Test/Aggregate/Builder.pm
version: '0.373'
version: '0.374'
Test::Aggregate::Nested:
file: lib/Test/Aggregate/Nested.pm
version: '0.373'
version: '0.374'
recommends:
Data::Dump::Streamer: '1.11'
Perl::Tidy: '20060614'
Expand All @@ -39,10 +39,10 @@ requires:
resources:
license: http://dev.perl.org/licenses/
repository: https://github.com/rwstauner/test-aggregate
version: '0.373'
version: '0.374'
x_contributors:
- 'Curtis "Ovid" Poe <ovid@cpan.org>'
- 'Florian Ragwitz <flora@cpan.org>'
- 'Shlomi Fish <shlomif@cpan.org>'
- 'Randy Stauner <rwstauner@cpan.org>'
x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Note: this file was auto-generated by Module::Build::Compat version 0.4214
# Note: this file was auto-generated by Module::Build::Compat version 0.4218
use ExtUtils::MakeMaker;
WriteMakefile
(
Expand Down
4 changes: 2 additions & 2 deletions lib/Test/Aggregate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Test::Aggregate - Aggregate C<*.t> tests to make them run faster.
=head1 VERSION
Version 0.373
Version 0.374
=cut

our $VERSION = '0.373';
our $VERSION = '0.374';
$VERSION = eval $VERSION;

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Test/Aggregate/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use File::Find;
use vars qw(@ISA @EXPORT @EXPORT_OK);
@ISA = qw(Test::Builder::Module);

our $VERSION = '0.373';
our $VERSION = '0.374';
$VERSION = eval $VERSION;

our $_pid = $$;
Expand Down Expand Up @@ -227,7 +227,7 @@ Test::Aggregate::Base - Base class for aggregated tests.
=head1 VERSION
Version 0.373
Version 0.374
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Test/Aggregate/Builder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Test::Aggregate::Builder - Internal overrides for Test::Builder.
=head1 VERSION
Version 0.373
Version 0.374
=cut

our $VERSION = '0.373';
our $VERSION = '0.374';
$VERSION = eval $VERSION;

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Test/Aggregate/Nested.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Test::Aggregate::Nested - Aggregate C<*.t> tests to make them run faster.
=head1 VERSION
Version 0.373
Version 0.374
=cut

our $VERSION = '0.373';
our $VERSION = '0.374';
$VERSION = eval $VERSION;

=head1 SYNOPSIS
Expand Down

0 comments on commit 643b96d

Please sign in to comment.