Skip to content

Commit

Permalink
v0.001003
Browse files Browse the repository at this point in the history
 [Bugfix]
 - Always call "do" with an absolute path for yaml data augmentation.
 - Don't call "last" outside a block/loop
 - Don't silently continue when augmentation script load fails
 - Fix . relative paths in tests for 5.26 + ( closes #1 )
 - Script-Invoke logic updated

 [Dependencies::Stats]
 - Dependencies changed since 0.001002, see misc/*.deps* for details
 - develop: +7 ↑4 -2 (suggests: ↑2)
 - test: ↓1

 [Internals]
 - Export config data to metaconfig
  • Loading branch information
kentfredric committed Feb 28, 2017
1 parent 05c0c8c commit 6500e65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Release history for Dist-Zilla-Plugin-Author-KENTNL-TravisCI

{{$NEXT}}

0.001003 2017-02-28T09:02:40Z 05c0c8c
[Bugfix]
- Always call "do" with an absolute path for yaml data augmentation.
- Don't call "last" outside a block/loop
Expand Down
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/Author/KENTNL/TravisCI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Plugin::Author::KENTNL::TravisCI;

our $VERSION = '0.001003';
our $VERSION = '0.001004';

# ABSTRACT: A specific subclass of TravisCI that does horrible things

Expand Down

0 comments on commit 6500e65

Please sign in to comment.