Skip to content

Commit

Permalink
Build results of 5297ae4 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent 9813daa commit 534ca5e
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 29 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for App-colourhexdump

1.000004 2017-03-07T09:37:39Z 5297ae4

1.000003 2017-03-07T09:36:52Z 76602c8
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot

Expand Down
14 changes: 7 additions & 7 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,19 +132,19 @@
"provides" : {
"App::colourhexdump" : {
"file" : "lib/App/colourhexdump.pm",
"version" : "1.000003"
"version" : "1.000004"
},
"App::colourhexdump::ColourProfile" : {
"file" : "lib/App/colourhexdump/ColourProfile.pm",
"version" : "1.000003"
"version" : "1.000004"
},
"App::colourhexdump::DefaultColourProfile" : {
"file" : "lib/App/colourhexdump/DefaultColourProfile.pm",
"version" : "1.000003"
"version" : "1.000004"
},
"App::colourhexdump::Formatter" : {
"file" : "lib/App/colourhexdump/Formatter.pm",
"version" : "1.000003"
"version" : "1.000004"
}
},
"release_status" : "stable",
Expand All @@ -159,7 +159,7 @@
"web" : "https://github.com/kentnl/App-colourhexdump"
}
},
"version" : "1.000003",
"version" : "1.000004",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -687,7 +687,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.000003-source",
"tag" : "1.000004-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -781,7 +781,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.000003",
"tag" : "1.000004",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
10 changes: 5 additions & 5 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ name: App-colourhexdump
provides:
App::colourhexdump:
file: lib/App/colourhexdump.pm
version: '1.000003'
version: '1.000004'
App::colourhexdump::ColourProfile:
file: lib/App/colourhexdump/ColourProfile.pm
version: '1.000003'
version: '1.000004'
App::colourhexdump::DefaultColourProfile:
file: lib/App/colourhexdump/DefaultColourProfile.pm
version: '1.000003'
version: '1.000004'
App::colourhexdump::Formatter:
file: lib/App/colourhexdump/Formatter.pm
version: '1.000003'
version: '1.000004'
recommends:
Moose: '2.000'
requires:
Expand All @@ -49,4 +49,4 @@ resources:
bugtracker: https://github.com/kentnl/App-colourhexdump/issues
homepage: https://github.com/kentnl/App-colourhexdump
repository: https://github.com/kentnl/App-colourhexdump.git
version: '1.000003'
version: '1.000004'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"Test::More" => 0
},
"VERSION" => "1.000003",
"VERSION" => "1.000004",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions bin/colorhexdump
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;
package # hide me
App::colourhexdump::stub;

our $VERSION = '1.000003';
our $VERSION = '1.000004';

# ABSTRACT: Command line stub for App::colourhexdump
# PODNAME: colourhexdump
Expand All @@ -30,7 +30,7 @@ colourhexdump - Command line stub for App::colourhexdump
=head1 VERSION
version 1.000003
version 1.000004
=head1 AUTHOR
Expand Down
4 changes: 2 additions & 2 deletions bin/colourhexdump
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use warnings;
package # hide me
App::colourhexdump::stub;

our $VERSION = '1.000003';
our $VERSION = '1.000004';

# ABSTRACT: Command line stub for App::colourhexdump
# PODNAME: colourhexdump
Expand All @@ -30,7 +30,7 @@ colourhexdump - Command line stub for App::colourhexdump
=head1 VERSION
version 1.000003
version 1.000004
=head1 AUTHOR
Expand Down
4 changes: 2 additions & 2 deletions lib/App/colourhexdump.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package App::colourhexdump;

our $VERSION = '1.000003';
our $VERSION = '1.000004';

# ABSTRACT: HexDump, but with character-class highlighting.

Expand Down Expand Up @@ -179,7 +179,7 @@ App::colourhexdump - HexDump, but with character-class highlighting.
=head1 VERSION
version 1.000003
version 1.000004
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/colourhexdump/ColourProfile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package App::colourhexdump::ColourProfile;

our $VERSION = '1.000003';
our $VERSION = '1.000004';

# ABSTRACT: A Role for Colour Profiles

Expand Down Expand Up @@ -92,7 +92,7 @@ App::colourhexdump::ColourProfile - A Role for Colour Profiles
=head1 VERSION
version 1.000003
version 1.000004
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/colourhexdump/DefaultColourProfile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package App::colourhexdump::DefaultColourProfile;

our $VERSION = '1.000003';
our $VERSION = '1.000004';

# ABSTRACT: The default colour profile

Expand Down Expand Up @@ -65,7 +65,7 @@ App::colourhexdump::DefaultColourProfile - The default colour profile
=head1 VERSION
version 1.000003
version 1.000004
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/App/colourhexdump/Formatter.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package App::colourhexdump::Formatter;

our $VERSION = '1.000003';
our $VERSION = '1.000004';

# ABSTRACT: Colour-Highlight lines of data as hex.

Expand Down Expand Up @@ -222,7 +222,7 @@ App::colourhexdump::Formatter - Colour-Highlight lines of data as hex.
=head1 VERSION
version 1.000003
version 1.000004
=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)

1.000003
1.000004

1.000003 2017-03-07T09:36:52Z
[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)

1.000003
1.000004

1.000003 2017-03-07T09:36:52Z
[Added / develop requires]
- Test::MinimumVersion

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 )

1.000003
1.000004

1.000003 2017-03-07T09:36:52Z
[Added / develop requires]
- Test::MinimumVersion

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)

1.000003
1.000004

1.000003 2017-03-07T09:36:52Z

1.000002 2015-08-18T05:37:10Z
[Added / runtime recommends]
Expand Down

0 comments on commit 534ca5e

Please sign in to comment.