diff --git a/Changes b/Changes index 2466107..70fc1d9 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/META.json b/META.json index a432c95..a3d62c2 100644 --- a/META.json +++ b/META.json @@ -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", @@ -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" }, @@ -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" }, @@ -781,7 +781,7 @@ "branch" : "releases", "changelog" : "Changes", "signed" : 0, - "tag" : "1.000003", + "tag" : "1.000004", "tag_format" : "%v", "tag_message" : "v%v" }, diff --git a/META.yml b/META.yml index 7107452..8c6b27a 100644 --- a/META.yml +++ b/META.yml @@ -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: @@ -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' diff --git a/Makefile.PL b/Makefile.PL index d0d5b9b..aa74172 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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" } diff --git a/bin/colorhexdump b/bin/colorhexdump index 9ccf37e..4660c57 100644 --- a/bin/colorhexdump +++ b/bin/colorhexdump @@ -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 @@ -30,7 +30,7 @@ colourhexdump - Command line stub for App::colourhexdump =head1 VERSION -version 1.000003 +version 1.000004 =head1 AUTHOR diff --git a/bin/colourhexdump b/bin/colourhexdump index 9ccf37e..4660c57 100644 --- a/bin/colourhexdump +++ b/bin/colourhexdump @@ -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 @@ -30,7 +30,7 @@ colourhexdump - Command line stub for App::colourhexdump =head1 VERSION -version 1.000003 +version 1.000004 =head1 AUTHOR diff --git a/lib/App/colourhexdump.pm b/lib/App/colourhexdump.pm index 3010708..fdf2f91 100644 --- a/lib/App/colourhexdump.pm +++ b/lib/App/colourhexdump.pm @@ -4,7 +4,7 @@ use warnings; package App::colourhexdump; -our $VERSION = '1.000003'; +our $VERSION = '1.000004'; # ABSTRACT: HexDump, but with character-class highlighting. @@ -179,7 +179,7 @@ App::colourhexdump - HexDump, but with character-class highlighting. =head1 VERSION -version 1.000003 +version 1.000004 =head1 SYNOPSIS diff --git a/lib/App/colourhexdump/ColourProfile.pm b/lib/App/colourhexdump/ColourProfile.pm index 07112f3..691a43a 100644 --- a/lib/App/colourhexdump/ColourProfile.pm +++ b/lib/App/colourhexdump/ColourProfile.pm @@ -4,7 +4,7 @@ use warnings; package App::colourhexdump::ColourProfile; -our $VERSION = '1.000003'; +our $VERSION = '1.000004'; # ABSTRACT: A Role for Colour Profiles @@ -92,7 +92,7 @@ App::colourhexdump::ColourProfile - A Role for Colour Profiles =head1 VERSION -version 1.000003 +version 1.000004 =head1 SYNOPSIS diff --git a/lib/App/colourhexdump/DefaultColourProfile.pm b/lib/App/colourhexdump/DefaultColourProfile.pm index c2b1eb4..ad4391e 100644 --- a/lib/App/colourhexdump/DefaultColourProfile.pm +++ b/lib/App/colourhexdump/DefaultColourProfile.pm @@ -4,7 +4,7 @@ use warnings; package App::colourhexdump::DefaultColourProfile; -our $VERSION = '1.000003'; +our $VERSION = '1.000004'; # ABSTRACT: The default colour profile @@ -65,7 +65,7 @@ App::colourhexdump::DefaultColourProfile - The default colour profile =head1 VERSION -version 1.000003 +version 1.000004 =head1 SYNOPSIS diff --git a/lib/App/colourhexdump/Formatter.pm b/lib/App/colourhexdump/Formatter.pm index 47d163c..5986e79 100644 --- a/lib/App/colourhexdump/Formatter.pm +++ b/lib/App/colourhexdump/Formatter.pm @@ -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. @@ -222,7 +222,7 @@ App::colourhexdump::Formatter - Colour-Highlight lines of data as hex. =head1 VERSION -version 1.000003 +version 1.000004 =head1 METHODS diff --git a/misc/Changes.deps b/misc/Changes.deps index eb49e13..e774246 100644 --- a/misc/Changes.deps +++ b/misc/Changes.deps @@ -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 diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all index 4d79b9d..0d01798 100644 --- a/misc/Changes.deps.all +++ b/misc/Changes.deps.all @@ -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 diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev index 2582a69..691cc62 100644 --- a/misc/Changes.deps.dev +++ b/misc/Changes.deps.dev @@ -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 diff --git a/misc/Changes.deps.opt b/misc/Changes.deps.opt index 047e980..5ccae3b 100644 --- a/misc/Changes.deps.opt +++ b/misc/Changes.deps.opt @@ -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]