Skip to content

Commit

Permalink
Build results of ce42ffa (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Sep 25, 2013
1 parent 411d66a commit 88e4ff9
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 19 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ env:
- STERILIZE_ENV=0
- STERILIZE_ENV=1
before_install:
- perl ./maint-travis-ci/sterilize_env.pl
- time perl ./maint-travis-ci/sterilize_env.pl
install:
- time cpanm --quiet --notest --mirror http://cpan.metacpan.org/ --installdeps .
branches:
only:
- "build/master"
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"dist_version" => "0.1.4",
"license" => "perl",
"module_name" => "Dist::Zilla::Plugin::Prereqs::MatchInstalled",
"recommends" => {},
Expand Down
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
Release history for Dist-Zilla-Plugin-Prereqs-MatchInstalled

0.1.4 2013-09-25T22:27:11Z
[Bugfix]
- Always call _version_emulate, which forces Module::MetaData to determine $VERSION

0.1.3 2013-09-25T10:32:16Z
[Bugfix]
- Bump to get Test::Compile that isn't broken on Win32

[Dependencies::Added / test requires]
- Cwd
- File::Copy::Recursive
- File::Spec
- Path::FindDev
- Path::Tiny
- Test::DZil
- Test::Fatal

[Dependencies::Changed / develop requires]
- version 0.9903 → 0.9904
Expand Down
12 changes: 6 additions & 6 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"provides" : {
"Dist::Zilla::Plugin::Prereqs::MatchInstalled" : {
"file" : "lib/Dist/Zilla/Plugin/Prereqs/MatchInstalled.pm",
"version" : "v0.1.3"
"version" : "v0.1.4"
}
},
"release_status" : "stable",
Expand All @@ -86,7 +86,7 @@
"web" : "https://github.com/kentfredric/Dist-Zilla-Plugin-Prereqs-MatchInstalled"
}
},
"version" : "0.1.3",
"version" : "0.1.4",
"x_BuiltWith" : {
"modules" : {
"Cwd" : "3.44",
Expand All @@ -102,13 +102,13 @@
"Moose" : "2.1005",
"MooseX::Types::Moose" : "0.38",
"Path::FindDev" : "0.3.1",
"Path::Tiny" : "0.035",
"Path::Tiny" : "0.037",
"Pod::Coverage::TrustPod" : "0.100002",
"Test::CPAN::Changes" : "0.23",
"Test::CPAN::Meta" : "0.23",
"Test::DZil" : "4.300039",
"Test::Fatal" : "0.013",
"Test::Kwalitee" : "1.14",
"Test::Kwalitee" : "1.15",
"Test::More" : "0.98",
"Test::Pod" : "1.48",
"Test::Pod::Coverage" : "1.08",
Expand Down Expand Up @@ -471,7 +471,7 @@
}
},
"name" : "@Author::KENTNL/Prereqs::MatchInstalled",
"version" : "0.1.3"
"version" : "0.1.4"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
Expand Down Expand Up @@ -527,7 +527,7 @@
}
},
"name" : "Prereqs::MatchInstalled",
"version" : "0.1.3"
"version" : "0.1.4"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
Expand Down
12 changes: 6 additions & 6 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ name: Dist-Zilla-Plugin-Prereqs-MatchInstalled
provides:
Dist::Zilla::Plugin::Prereqs::MatchInstalled:
file: lib/Dist/Zilla/Plugin/Prereqs/MatchInstalled.pm
version: v0.1.3
version: v0.1.4
requires:
Dist::Zilla::Role::PrereqSource: 0
Module::Data: 0
Expand All @@ -39,7 +39,7 @@ resources:
bugtracker: https://github.com/kentfredric/Dist-Zilla-Plugin-Prereqs-MatchInstalled/issues
homepage: https://github.com/kentfredric/Dist-Zilla-Plugin-Prereqs-MatchInstalled
repository: https://github.com/kentfredric/Dist-Zilla-Plugin-Prereqs-MatchInstalled.git
version: 0.1.3
version: 0.1.4
x_BuiltWith:
modules:
Cwd: 3.44
Expand All @@ -55,13 +55,13 @@ x_BuiltWith:
Moose: 2.1005
MooseX::Types::Moose: 0.38
Path::FindDev: 0.3.1
Path::Tiny: 0.035
Path::Tiny: 0.037
Pod::Coverage::TrustPod: 0.100002
Test::CPAN::Changes: 0.23
Test::CPAN::Meta: 0.23
Test::DZil: 4.300039
Test::Fatal: 0.013
Test::Kwalitee: 1.14
Test::Kwalitee: 1.15
Test::More: 0.98
Test::Pod: 1.48
Test::Pod::Coverage: 1.08
Expand Down Expand Up @@ -348,7 +348,7 @@ x_Dist_Zilla:
- Test::More
- Dist::Zilla::PluginBundle::Author::KENTNL
name: '@Author::KENTNL/Prereqs::MatchInstalled'
version: 0.1.3
version: 0.1.4
-
class: Dist::Zilla::Plugin::Prereqs
config:
Expand Down Expand Up @@ -394,7 +394,7 @@ x_Dist_Zilla:
- Test::CPAN::Meta
- Test::CPAN::Changes
name: Prereqs::MatchInstalled
version: 0.1.3
version: 0.1.4
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME
modules the same as you have installed

VERSION
version 0.1.3
version 0.1.4

SYNOPSIS
This is based on the code of
Expand Down
6 changes: 3 additions & 3 deletions lib/Dist/Zilla/Plugin/Prereqs/MatchInstalled.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BEGIN {
$Dist::Zilla::Plugin::Prereqs::MatchInstalled::AUTHORITY = 'cpan:KENTNL';
}
{
$Dist::Zilla::Plugin::Prereqs::MatchInstalled::VERSION = '0.1.3';
$Dist::Zilla::Plugin::Prereqs::MatchInstalled::VERSION = '0.1.4';
}

# ABSTRACT: Depend on versions of modules the same as you have installed
Expand Down Expand Up @@ -119,7 +119,7 @@ sub current_version_of {
my $data = Module::Data->new($package);
return if not $data;
return if not -e -f $data->path;
return $data->version;
return $data->_version_emulate;
}
around dump_config => sub {
my ( $orig, $self ) = @_;
Expand Down Expand Up @@ -176,7 +176,7 @@ Dist::Zilla::Plugin::Prereqs::MatchInstalled - Depend on versions of modules the
=head1 VERSION
version 0.1.3
version 0.1.4
=head1 SYNOPSIS
Expand Down
4 changes: 3 additions & 1 deletion maint-travis-ci/yamls/sterile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ env:
- STERILIZE_ENV=0
- STERILIZE_ENV=1
before_install:
- perl ./maint-travis-ci/sterilize_env.pl
- time perl ./maint-travis-ci/sterilize_env.pl
install:
- time cpanm --quiet --notest --mirror http://cpan.metacpan.org/ --installdeps .
branches:
only:
- "build/master"
Expand Down

0 comments on commit 88e4ff9

Please sign in to comment.