Skip to content

Commit

Permalink
Build results of e165b60 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 4, 2017
1 parent 2472400 commit ecd4ffa
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 37 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Release history for CPAN-Meta-Prereqs-Diff

0.001005 2017-03-04T09:30:57Z e165b60

0.001004 2017-03-04T09:14:59Z d028807
[Bugfix]
- Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
Expand Down
20 changes: 10 additions & 10 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,31 +127,31 @@
"provides" : {
"CPAN::Meta::Prereqs::Diff" : {
"file" : "lib/CPAN/Meta/Prereqs/Diff.pm",
"version" : "0.001004"
"version" : "0.001005"
},
"CPAN::Meta::Prereqs::Diff::Addition" : {
"file" : "lib/CPAN/Meta/Prereqs/Diff/Addition.pm",
"version" : "0.001004"
"version" : "0.001005"
},
"CPAN::Meta::Prereqs::Diff::Change" : {
"file" : "lib/CPAN/Meta/Prereqs/Diff/Change.pm",
"version" : "0.001004"
"version" : "0.001005"
},
"CPAN::Meta::Prereqs::Diff::Downgrade" : {
"file" : "lib/CPAN/Meta/Prereqs/Diff/Downgrade.pm",
"version" : "0.001004"
"version" : "0.001005"
},
"CPAN::Meta::Prereqs::Diff::Removal" : {
"file" : "lib/CPAN/Meta/Prereqs/Diff/Removal.pm",
"version" : "0.001004"
"version" : "0.001005"
},
"CPAN::Meta::Prereqs::Diff::Role::Change" : {
"file" : "lib/CPAN/Meta/Prereqs/Diff/Role/Change.pm",
"version" : "0.001004"
"version" : "0.001005"
},
"CPAN::Meta::Prereqs::Diff::Upgrade" : {
"file" : "lib/CPAN/Meta/Prereqs/Diff/Upgrade.pm",
"version" : "0.001004"
"version" : "0.001005"
}
},
"release_status" : "stable",
Expand All @@ -166,7 +166,7 @@
"web" : "https://github.com/kentnl/CPAN-Meta-Prereqs-Diff"
}
},
"version" : "0.001004",
"version" : "0.001005",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -707,7 +707,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001004-source",
"tag" : "0.001005-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -801,7 +801,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001004",
"tag" : "0.001005",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
16 changes: 8 additions & 8 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@ name: CPAN-Meta-Prereqs-Diff
provides:
CPAN::Meta::Prereqs::Diff:
file: lib/CPAN/Meta/Prereqs/Diff.pm
version: '0.001004'
version: '0.001005'
CPAN::Meta::Prereqs::Diff::Addition:
file: lib/CPAN/Meta/Prereqs/Diff/Addition.pm
version: '0.001004'
version: '0.001005'
CPAN::Meta::Prereqs::Diff::Change:
file: lib/CPAN/Meta/Prereqs/Diff/Change.pm
version: '0.001004'
version: '0.001005'
CPAN::Meta::Prereqs::Diff::Downgrade:
file: lib/CPAN/Meta/Prereqs/Diff/Downgrade.pm
version: '0.001004'
version: '0.001005'
CPAN::Meta::Prereqs::Diff::Removal:
file: lib/CPAN/Meta/Prereqs/Diff/Removal.pm
version: '0.001004'
version: '0.001005'
CPAN::Meta::Prereqs::Diff::Role::Change:
file: lib/CPAN/Meta/Prereqs/Diff/Role/Change.pm
version: '0.001004'
version: '0.001005'
CPAN::Meta::Prereqs::Diff::Upgrade:
file: lib/CPAN/Meta/Prereqs/Diff/Upgrade.pm
version: '0.001004'
version: '0.001005'
requires:
CPAN::Meta::Prereqs: '2.120620'
CPAN::Meta::Requirements: '2.120620'
Expand All @@ -55,4 +55,4 @@ resources:
bugtracker: https://github.com/kentnl/CPAN-Meta-Prereqs-Diff/issues
homepage: https://github.com/kentnl/CPAN-Meta-Prereqs-Diff
repository: https://github.com/kentnl/CPAN-Meta-Prereqs-Diff.git
version: '0.001004'
version: '0.001005'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"Test::More" => 0
},
"VERSION" => "0.001004",
"VERSION" => "0.001005",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/CPAN/Meta/Prereqs/Diff.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package CPAN::Meta::Prereqs::Diff;

our $VERSION = '0.001004';
our $VERSION = '0.001005';

# ABSTRACT: Compare dependencies between releases using CPAN::Meta.

Expand Down Expand Up @@ -233,7 +233,7 @@ CPAN::Meta::Prereqs::Diff - Compare dependencies between releases using CPAN::Me
=head1 VERSION
version 0.001004
version 0.001005
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/CPAN/Meta/Prereqs/Diff/Addition.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package CPAN::Meta::Prereqs::Diff::Addition;

our $VERSION = '0.001004';
our $VERSION = '0.001005';

# ABSTRACT: A new dependency

Expand Down Expand Up @@ -63,7 +63,7 @@ CPAN::Meta::Prereqs::Diff::Addition - A new dependency
=head1 VERSION
version 0.001004
version 0.001005
=head1 METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/CPAN/Meta/Prereqs/Diff/Change.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package CPAN::Meta::Prereqs::Diff::Change;

our $VERSION = '0.001004';
our $VERSION = '0.001005';

# ABSTRACT: A dependency which changes its requirements

Expand Down Expand Up @@ -72,7 +72,7 @@ CPAN::Meta::Prereqs::Diff::Change - A dependency which changes its requirements
=head1 VERSION
version 0.001004
version 0.001005
=head1 METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/CPAN/Meta/Prereqs/Diff/Downgrade.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package CPAN::Meta::Prereqs::Diff::Downgrade;

our $VERSION = '0.001004';
our $VERSION = '0.001005';

# ABSTRACT: A dependency which changes its requirements to an older version

Expand Down Expand Up @@ -52,7 +52,7 @@ CPAN::Meta::Prereqs::Diff::Downgrade - A dependency which changes its requiremen
=head1 VERSION
version 0.001004
version 0.001005
=head1 METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/CPAN/Meta/Prereqs/Diff/Removal.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package CPAN::Meta::Prereqs::Diff::Removal;

our $VERSION = '0.001004';
our $VERSION = '0.001005';

# ABSTRACT: An unneeded dependency

Expand Down Expand Up @@ -63,7 +63,7 @@ CPAN::Meta::Prereqs::Diff::Removal - An unneeded dependency
=head1 VERSION
version 0.001004
version 0.001005
=head1 METHODS
Expand Down
4 changes: 2 additions & 2 deletions lib/CPAN/Meta/Prereqs/Diff/Role/Change.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package CPAN::Meta::Prereqs::Diff::Role::Change;

our $VERSION = '0.001004';
our $VERSION = '0.001005';

# ABSTRACT: A base behavior for prerequisite changes

Expand Down Expand Up @@ -61,7 +61,7 @@ CPAN::Meta::Prereqs::Diff::Role::Change - A base behavior for prerequisite chang
=head1 VERSION
version 0.001004
version 0.001005
=head1 ATTRIBUTES
Expand Down
4 changes: 2 additions & 2 deletions lib/CPAN/Meta/Prereqs/Diff/Upgrade.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package CPAN::Meta::Prereqs::Diff::Upgrade;

our $VERSION = '0.001004';
our $VERSION = '0.001005';

# ABSTRACT: A dependency which changes its requirements to a newer version

Expand Down Expand Up @@ -52,7 +52,7 @@ CPAN::Meta::Prereqs::Diff::Upgrade - A dependency which changes its requirements
=head1 VERSION
version 0.001004
version 0.001005
=head1 METHODS
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

0.001004
0.001005

0.001004 2017-03-04T09:14:59Z
[Changed / test requires]
- Test::More 0.89 → 0

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

0.001004
0.001005

0.001004 2017-03-04T09:14:59Z
[Added / develop requires]
- English
- Software::License::Perl_5
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

0.001004
0.001005

0.001004 2017-03-04T09:14:59Z
[Added / develop requires]
- English
- Software::License::Perl_5
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.opt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)

0.001004
0.001005

0.001004 2017-03-04T09:14:59Z

0.001003 2015-07-16T20:41:42Z
[Changed / configure recommends]
Expand Down

0 comments on commit ecd4ffa

Please sign in to comment.