Skip to content

Commit

Permalink
Build results of c868144 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 31, 2013
1 parent 3c67df6 commit d8700b3
Show file tree
Hide file tree
Showing 11 changed files with 187 additions and 130 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: perl
perl:
- "5.16"
- "5.14"
- "5.18"
- "5.19"
branches:
only:
- "build/master"
- "releases"

8 changes: 4 additions & 4 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ my %module_build_args = (
"Kent Fredric <kentfredric\@gmail.com>"
],
"dist_name" => "Dist-Zilla-Plugin-Prereqs-MatchInstalled",
"dist_version" => "0.1.1",
"dist_version" => "0.1.2",
"license" => "perl",
"module_name" => "Dist::Zilla::Plugin::Prereqs::MatchInstalled",
"recommends" => {},
Expand All @@ -33,9 +33,9 @@ my %module_build_args = (
},
"script_files" => [],
"test_requires" => {
"Capture::Tiny" => 0,
"Test::More" => "0.98",
"blib" => 0
"IO::Handle" => 0,
"IPC::Open3" => 0,
"Test::More" => "0.98"
}
);

Expand Down
22 changes: 22 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
Release history for Dist-Zilla-Plugin-Prereqs-MatchInstalled

0.1.2 2013-08-31T02:47:34Z
[!Minor]
- Bump to get newer Test::Compile test.

[Dependencies::Added / develop requires]
- Test::Kwalitee 1.08

[Dependencies::Added / test requires]
- IO::Handle
- IPC::Open3

[Dependencies::Changed / develop requires]
- Test::CPAN::Changes 0.22 → 0.23
- version 0.9902 → 0.9903

[Dependencies::Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL v1.7.5 → v1.8.3

[Dependencies::Removed / test requires]
- Capture::Tiny
- blib

0.1.1 2013-08-07T22:34:28Z
[Dependencies::Added / test requires]
- Capture::Tiny
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.perltidyrc
.travis.yml
Build.PL
Changes
LICENSE
Expand Down

0 comments on commit d8700b3

Please sign in to comment.