Skip to content

Commit

Permalink
Build results of 9229ab8 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 9, 2017
1 parent fa2babf commit 5eec913
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 13 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 Color-Swatch-ASE-Reader

0.001005 2017-03-09T19:25:23Z 9229ab8

0.001004 2017-03-09T19:15:23Z 2964226
- BugFix: Avoid test failures with -Ddefault_inc_excludes_dot

Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"provides" : {
"Color::Swatch::ASE::Reader" : {
"file" : "lib/Color/Swatch/ASE/Reader.pm",
"version" : "0.001004"
"version" : "0.001005"
}
},
"release_status" : "stable",
Expand All @@ -139,7 +139,7 @@
"web" : "https://github.com/kentnl/Color-Swatch-ASE-Reader"
}
},
"version" : "0.001004",
"version" : "0.001005",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -643,7 +643,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 @@ -737,7 +737,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001004",
"tag" : "0.001005",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name: Color-Swatch-ASE-Reader
provides:
Color::Swatch::ASE::Reader:
file: lib/Color/Swatch/ASE/Reader.pm
version: '0.001004'
version: '0.001005'
recommends:
Path::Tiny: '0.058'
requires:
Expand All @@ -34,4 +34,4 @@ resources:
bugtracker: https://github.com/kentnl/Color-Swatch-ASE-Reader/issues
homepage: https://github.com/kentnl/Color-Swatch-ASE-Reader
repository: https://github.com/kentnl/Color-Swatch-ASE-Reader.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 @@ -28,7 +28,7 @@ my %WriteMakefileArgs = (
"Test::Differences" => 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/Color/Swatch/ASE/Reader.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Color::Swatch::ASE::Reader;

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

# ABSTRACT: Low-Level ASE (Adobe Swatch Exchange) File decoder

Expand Down Expand Up @@ -258,7 +258,7 @@ Color::Swatch::ASE::Reader - Low-Level ASE (Adobe Swatch Exchange) File decoder
=head1 VERSION
version 0.001004
version 0.001005
=head1 SYNOPSIS
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-09T19:15:23Z
[Added / configure requires]
- perl 5.010

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-09T19:15:23Z
[Added / configure requires]
- perl 5.010

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-09T19:15:23Z
[Added / develop recommends]
- Test::More 0.99

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-09T19:15:23Z
[Added / runtime recommends]
- Path::Tiny 0.058

Expand Down

0 comments on commit 5eec913

Please sign in to comment.