Skip to content

Commit

Permalink
Build results of b83a1f1 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Sep 27, 2013
1 parent 170ab05 commit 1d86019
Show file tree
Hide file tree
Showing 27 changed files with 851 additions and 140 deletions.
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" => "Path-IsDev",
"dist_version" => "0.3.3",
"dist_version" => "0.4.0",
"license" => "perl",
"module_name" => "Path::IsDev",
"recommends" => {},
Expand Down
23 changes: 23 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
Release history for Path-IsDev

0.4.0 2013-09-27T17:48:00Z
[00 Major Changes - Negative Heuristics]
- Now has a system to indicate negative heuristics, to mark given
directories as "not dev", which cause other postive heuristics to be
ignored.
- One basic negative heuristic added, 'IsDev::IgnoreFile'
- Basic Negative heuristic comes standard with the basic set.

[Dependencies::Added / develop requires]
- Dist::Zilla::PluginBundle::Author::KENTNL v1.9.0

[Dependencies::Added / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL::Lite v1.3.0

[Dependencies::Removed / develop recommends]
- Dist::Zilla::PluginBundle::Author::KENTNL::Lite v1.3.0

[Dependencies::Removed / develop requires]
- Dist::Zilla::PluginBundle::Author::KENTNL::Lite

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

0.3.3 2013-09-26T07:09:14Z
[Bugfix]
- Use a Non-Win32-failing compile test
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ lib/Path/IsDev/Heuristic/Tool/ModuleBuild.pm
lib/Path/IsDev/Heuristic/VCS/Git.pm
lib/Path/IsDev/HeuristicSet.pm
lib/Path/IsDev/HeuristicSet/Basic.pm
lib/Path/IsDev/NegativeHeuristic.pm
lib/Path/IsDev/NegativeHeuristic/IsDev/IgnoreFile.pm
lib/Path/IsDev/Object.pm
maint-travis-ci/README.mkdn
maint-travis-ci/merge_travis_yml.pl
Expand Down
72 changes: 33 additions & 39 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@
}
},
"develop" : {
"recommends" : {
"Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : "v1.3.0"
},
"requires" : {
"Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : "0",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "v1.9.0",
"Pod::Coverage::TrustPod" : "0",
"Test::CPAN::Changes" : "0.19",
"Test::CPAN::Meta" : "0",
Expand All @@ -39,7 +36,7 @@
"version" : "0.9901"
},
"suggests" : {
"Dist::Zilla::PluginBundle::Author::KENTNL" : "v1.8.3"
"Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : "v1.3.0"
}
},
"runtime" : {
Expand Down Expand Up @@ -71,63 +68,71 @@
"provides" : {
"Path::IsDev" : {
"file" : "lib/Path/IsDev.pm",
"version" : "v0.3.3"
"version" : "v0.4.0"
},
"Path::IsDev::Heuristic" : {
"file" : "lib/Path/IsDev/Heuristic.pm",
"version" : "v0.3.3"
"version" : "v0.4.0"
},
"Path::IsDev::Heuristic::Changelog" : {
"file" : "lib/Path/IsDev/Heuristic/Changelog.pm",
"version" : "v0.3.3"
"version" : "v0.4.0"
},
"Path::IsDev::Heuristic::DevDirMarker" : {
"file" : "lib/Path/IsDev/Heuristic/DevDirMarker.pm",
"version" : "v0.3.3"
"version" : "v0.4.0"
},
"Path::IsDev::Heuristic::META" : {
"file" : "lib/Path/IsDev/Heuristic/META.pm",
"version" : "v0.3.3"
"version" : "v0.4.0"
},
"Path::IsDev::Heuristic::MYMETA" : {
"file" : "lib/Path/IsDev/Heuristic/MYMETA.pm",
"version" : "v0.3.3"
"version" : "v0.4.0"
},
"Path::IsDev::Heuristic::Makefile" : {
"file" : "lib/Path/IsDev/Heuristic/Makefile.pm",
"version" : "v0.3.3"
"version" : "v0.4.0"
},
"Path::IsDev::Heuristic::TestDir" : {
"file" : "lib/Path/IsDev/Heuristic/TestDir.pm",
"version" : "v0.3.3"
"version" : "v0.4.0"
},
"Path::IsDev::Heuristic::Tool::Dzil" : {
"file" : "lib/Path/IsDev/Heuristic/Tool/Dzil.pm",
"version" : "v0.3.3"
"version" : "v0.4.0"
},
"Path::IsDev::Heuristic::Tool::MakeMaker" : {
"file" : "lib/Path/IsDev/Heuristic/Tool/MakeMaker.pm",
"version" : "v0.3.3"
"version" : "v0.4.0"
},
"Path::IsDev::Heuristic::Tool::ModuleBuild" : {
"file" : "lib/Path/IsDev/Heuristic/Tool/ModuleBuild.pm",
"version" : "v0.3.3"
"version" : "v0.4.0"
},
"Path::IsDev::Heuristic::VCS::Git" : {
"file" : "lib/Path/IsDev/Heuristic/VCS/Git.pm",
"version" : "v0.3.3"
"version" : "v0.4.0"
},
"Path::IsDev::HeuristicSet" : {
"file" : "lib/Path/IsDev/HeuristicSet.pm",
"version" : "v0.3.3"
"version" : "v0.4.0"
},
"Path::IsDev::HeuristicSet::Basic" : {
"file" : "lib/Path/IsDev/HeuristicSet/Basic.pm",
"version" : "v0.3.3"
"version" : "v0.4.0"
},
"Path::IsDev::NegativeHeuristic" : {
"file" : "lib/Path/IsDev/NegativeHeuristic.pm",
"version" : "v0.4.0"
},
"Path::IsDev::NegativeHeuristic::IsDev::IgnoreFile" : {
"file" : "lib/Path/IsDev/NegativeHeuristic/IsDev/IgnoreFile.pm",
"version" : "v0.4.0"
},
"Path::IsDev::Object" : {
"file" : "lib/Path/IsDev/Object.pm",
"version" : "v0.3.3"
"version" : "v0.4.0"
}
},
"release_status" : "stable",
Expand All @@ -142,15 +147,15 @@
"web" : "https://github.com/kentfredric/Path-IsDev"
}
},
"version" : "0.3.3",
"version" : "0.4.0",
"x_BuiltWith" : {
"modules" : {
"Carp" : "1.32",
"Class::Tiny" : "0.011",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "1.8.3",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "1.9.0",
"Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : "1.7.2",
"File::Spec" : "3.44",
"File::Temp" : "0.2301",
"File::Temp" : "0.2302",
"FindBin" : "1.51",
"IO::Handle" : "1.35",
"IPC::Open3" : "1.15",
Expand Down Expand Up @@ -372,38 +377,27 @@
"config" : {
"Dist::Zilla::Plugin::Prereqs" : {
"phase" : "develop",
"type" : "requires"
}
},
"name" : "@Author::KENTNL/Prereqs/BundleDevelNeeds",
"version" : "4.300039"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
"Dist::Zilla::Plugin::Prereqs" : {
"phase" : "develop",
"type" : "recommends"
"type" : "suggests"
}
},
"name" : "@Author::KENTNL/Prereqs/BundleDevelRecommends",
"name" : "@Author::KENTNL/Prereqs/BundleDevelSuggests",
"version" : "4.300039"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
"Dist::Zilla::Plugin::Prereqs" : {
"phase" : "develop",
"type" : "suggests"
"type" : "requires"
}
},
"name" : "@Author::KENTNL/Prereqs/BundleDevelSuggests",
"name" : "@Author::KENTNL/Prereqs/BundleDevelRequires",
"version" : "4.300039"
},
{
"class" : "Dist::Zilla::Plugin::Author::KENTNL::MinimumPerl",
"name" : "@Author::KENTNL/Author::KENTNL::MinimumPerl",
"version" : "1.8.3"
"version" : "1.9.0"
},
{
"class" : "Dist::Zilla::Plugin::Authority",
Expand Down
60 changes: 29 additions & 31 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,49 +23,55 @@ name: Path-IsDev
provides:
Path::IsDev:
file: lib/Path/IsDev.pm
version: v0.3.3
version: v0.4.0
Path::IsDev::Heuristic:
file: lib/Path/IsDev/Heuristic.pm
version: v0.3.3
version: v0.4.0
Path::IsDev::Heuristic::Changelog:
file: lib/Path/IsDev/Heuristic/Changelog.pm
version: v0.3.3
version: v0.4.0
Path::IsDev::Heuristic::DevDirMarker:
file: lib/Path/IsDev/Heuristic/DevDirMarker.pm
version: v0.3.3
version: v0.4.0
Path::IsDev::Heuristic::META:
file: lib/Path/IsDev/Heuristic/META.pm
version: v0.3.3
version: v0.4.0
Path::IsDev::Heuristic::MYMETA:
file: lib/Path/IsDev/Heuristic/MYMETA.pm
version: v0.3.3
version: v0.4.0
Path::IsDev::Heuristic::Makefile:
file: lib/Path/IsDev/Heuristic/Makefile.pm
version: v0.3.3
version: v0.4.0
Path::IsDev::Heuristic::TestDir:
file: lib/Path/IsDev/Heuristic/TestDir.pm
version: v0.3.3
version: v0.4.0
Path::IsDev::Heuristic::Tool::Dzil:
file: lib/Path/IsDev/Heuristic/Tool/Dzil.pm
version: v0.3.3
version: v0.4.0
Path::IsDev::Heuristic::Tool::MakeMaker:
file: lib/Path/IsDev/Heuristic/Tool/MakeMaker.pm
version: v0.3.3
version: v0.4.0
Path::IsDev::Heuristic::Tool::ModuleBuild:
file: lib/Path/IsDev/Heuristic/Tool/ModuleBuild.pm
version: v0.3.3
version: v0.4.0
Path::IsDev::Heuristic::VCS::Git:
file: lib/Path/IsDev/Heuristic/VCS/Git.pm
version: v0.3.3
version: v0.4.0
Path::IsDev::HeuristicSet:
file: lib/Path/IsDev/HeuristicSet.pm
version: v0.3.3
version: v0.4.0
Path::IsDev::HeuristicSet::Basic:
file: lib/Path/IsDev/HeuristicSet/Basic.pm
version: v0.3.3
version: v0.4.0
Path::IsDev::NegativeHeuristic:
file: lib/Path/IsDev/NegativeHeuristic.pm
version: v0.4.0
Path::IsDev::NegativeHeuristic::IsDev::IgnoreFile:
file: lib/Path/IsDev/NegativeHeuristic/IsDev/IgnoreFile.pm
version: v0.4.0
Path::IsDev::Object:
file: lib/Path/IsDev/Object.pm
version: v0.3.3
version: v0.4.0
requires:
Carp: 0
Class::Tiny: 0.010
Expand All @@ -81,15 +87,15 @@ resources:
bugtracker: https://github.com/kentfredric/Path-IsDev/issues
homepage: https://github.com/kentfredric/Path-IsDev
repository: https://github.com/kentfredric/Path-IsDev.git
version: 0.3.3
version: 0.4.0
x_BuiltWith:
modules:
Carp: 1.32
Class::Tiny: 0.011
Dist::Zilla::PluginBundle::Author::KENTNL: 1.8.3
Dist::Zilla::PluginBundle::Author::KENTNL: 1.9.0
Dist::Zilla::PluginBundle::Author::KENTNL::Lite: 1.7.2
File::Spec: 3.44
File::Temp: 0.2301
File::Temp: 0.2302
FindBin: 1.51
IO::Handle: 1.35
IPC::Open3: 1.15
Expand Down Expand Up @@ -266,29 +272,21 @@ x_Dist_Zilla:
config:
Dist::Zilla::Plugin::Prereqs:
phase: develop
type: requires
name: '@Author::KENTNL/Prereqs/BundleDevelNeeds'
version: 4.300039
-
class: Dist::Zilla::Plugin::Prereqs
config:
Dist::Zilla::Plugin::Prereqs:
phase: develop
type: recommends
name: '@Author::KENTNL/Prereqs/BundleDevelRecommends'
type: suggests
name: '@Author::KENTNL/Prereqs/BundleDevelSuggests'
version: 4.300039
-
class: Dist::Zilla::Plugin::Prereqs
config:
Dist::Zilla::Plugin::Prereqs:
phase: develop
type: suggests
name: '@Author::KENTNL/Prereqs/BundleDevelSuggests'
type: requires
name: '@Author::KENTNL/Prereqs/BundleDevelRequires'
version: 4.300039
-
class: Dist::Zilla::Plugin::Author::KENTNL::MinimumPerl
name: '@Author::KENTNL/Author::KENTNL::MinimumPerl'
version: 1.8.3
version: 1.9.0
-
class: Dist::Zilla::Plugin::Authority
name: '@Author::KENTNL/Authority'
Expand Down
Loading

0 comments on commit 1d86019

Please sign in to comment.