Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
Changes for version 1.001002 - 2014-08-16
- 00 Trivial
- CPANDAY!
- no code changes
- tests augmented
- whitespace reduced
- Dependencies::Stats
- Dependencies changed since 1.001001, see misc/*.deps* for details
- configure: ↓1
- develop: +1 (suggests: ↑2)
- test: +1 -3 (recommends: ↑1 -1)
- Metadata
- move to kentnl org
- Misc
- Improve source side POD to reduce build side whitespace.
- Tests
- update Test::ReportPrereqs
Modules
Determine if a given Path resembles a development source tree
Determine if a path contains a Changelog (or similar)
Determine if a path contains a .devdir file
Determine if a path contains META.(json|yml)
Determine if a path contains MYMETA.(json|yml)
Determine if a path contains a Makefile
Determine if a path contains a t/ or xt/ directory
Determine if a path is a Dist::Zilla Source tree
Determine if a path is an ExtUtils::MakeMaker Tooled source directory
Determine if a path is a Module::Build Source tree
Determine if a path contains a .git repository
Basic IsDev set of Heuristics
User home directories are not development roots
An explicit exclusion file heuristic
White-list paths in Config.pm as being non-development roots.
Object Oriented guts for IsDev export
Result container
Base role for Heuristic things.
Role for sets of Heuristics.
Simple excludes/includes set
Match when a path has a child file matching an expression
Match if any children have basename's that match a regexp and are files
Match if any of a list of children exists
Match if a path contains one of any of a list of directories
Match if a path contains one of any of a list of files
Match if the current directory is the same directory from a list of absolute paths.
Base role for Negative Heuristic things.