diff --git a/Changes b/Changes index de6a19c..eeb8d7a 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,8 @@ Release history for Dist-Zilla-Plugin-lib +0.001001 2017-02-05T12:52:46Z f1ede5c + - Synopsis clarified + - Add a "related reading" section with links to dot-in-INC stuff + 0.001000 2017-02-05T11:27:57Z 6ef4630 - First version. diff --git a/META.json b/META.json index a860944..5f20647 100644 --- a/META.json +++ b/META.json @@ -130,7 +130,7 @@ "provides" : { "Dist::Zilla::Plugin::lib" : { "file" : "lib/Dist/Zilla/Plugin/lib.pm", - "version" : "0.001000" + "version" : "0.001001" } }, "release_status" : "stable", @@ -145,7 +145,7 @@ "web" : "https://github.com/kentnl/Dist-Zilla-Plugin-lib" } }, - "version" : "0.001000", + "version" : "0.001001", "x_BuiltWith" : { "external_file" : "misc/built_with.json" }, @@ -665,7 +665,7 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "0.001000-source", + "tag" : "0.001001-source", "tag_format" : "%v-source", "tag_message" : "v%v" }, @@ -756,7 +756,7 @@ "branch" : "releases", "changelog" : "Changes", "signed" : 0, - "tag" : "0.001000", + "tag" : "0.001001", "tag_format" : "%v", "tag_message" : "v%v" }, diff --git a/META.yml b/META.yml index c56593a..92b4a41 100644 --- a/META.yml +++ b/META.yml @@ -22,7 +22,7 @@ name: Dist-Zilla-Plugin-lib provides: Dist::Zilla::Plugin::lib: file: lib/Dist/Zilla/Plugin/lib.pm - version: '0.001000' + version: '0.001001' recommends: Moose: '2.000' Path::Tiny: '0.058' @@ -39,4 +39,4 @@ resources: bugtracker: https://github.com/kentnl/Dist-Zilla-Plugin-lib/issues homepage: https://github.com/kentnl/Dist-Zilla-Plugin-lib repository: https://github.com/kentnl/Dist-Zilla-Plugin-lib.git -version: '0.001000' +version: '0.001001' diff --git a/Makefile.PL b/Makefile.PL index 115dbfb..6df8211 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -32,7 +32,7 @@ my %WriteMakefileArgs = ( "Test::More" => "0.89", "constant" => 0 }, - "VERSION" => "0.001000", + "VERSION" => "0.001001", "test" => { "TESTS" => "t/*.t t/00-compile/*.t" } diff --git a/dist.ini b/dist.ini index f465582..e0bb186 100644 --- a/dist.ini +++ b/dist.ini @@ -158,7 +158,7 @@ tag_format = %v [UploadToCPAN / @Author::KENTNL/UploadToCPAN] [Twitter / @Author::KENTNL/Twitter] -hash_tags = #perl #cpan +hash_tags = #perl #cpan #distzilla tweet_url = https://metacpan.org/release/{{$AUTHOR_UC}}/{{$DIST}}-{{$VERSION}}{{$TRIAL}}#whatsnew url_shortener = none @@ -182,7 +182,6 @@ modules = Dist::Zilla::App::Command::bakeini [RemovePrereqs::Provided / @Author::KENTNL/RemovePrereqs::Provided] [Prereqs / @Author::KENTNL/::Role::BundleDeps] -; twitter_extra_hash_tags = ; auto_prereqs_skip = File::Find -phase = develop -relationship = requires diff --git a/dist.ini.meta b/dist.ini.meta index 9a4ed2c..0ef8810 100644 --- a/dist.ini.meta +++ b/dist.ini.meta @@ -16,7 +16,7 @@ toolkit = eumm toolkit_hardness = soft bumpversions = 1 srcreadme = mkdn -; twitter_extra_hash_tags = +twitter_extra_hash_tags = #distzilla ; auto_prereqs_skip = File::Find [Prereqs] diff --git a/lib/Dist/Zilla/Plugin/lib.pm b/lib/Dist/Zilla/Plugin/lib.pm index 0267377..a9504fa 100644 --- a/lib/Dist/Zilla/Plugin/lib.pm +++ b/lib/Dist/Zilla/Plugin/lib.pm @@ -4,7 +4,7 @@ use warnings; package Dist::Zilla::Plugin::lib; -our $VERSION = '0.001000'; +our $VERSION = '0.001001'; # ABSTRACT: A simpler bootstrap for a more civilised world @@ -76,19 +76,21 @@ Dist::Zilla::Plugin::lib - A simpler bootstrap for a more civilised world =head1 VERSION -version 0.001000 +version 0.001001 =head1 SYNOPSIS name = My-Dist + author = Mr CPAN Person + license = Perl_5 ... + ; push ./inc into @INC [lib] lib = inc - [Foo] - -Foo will now be sourced from ./inc + ; loads inc/My/GatherDir.pm + [=My::GatherDir] =head1 DESCRIPTION @@ -119,9 +121,9 @@ plugins stashed in C Traditionally, these are loaded via C<[=inc::Foo::Package]> exploiting the long held assumption that C<"."> ( C<$CWD> ) is contained in C<@INC> -However, that is becoming a less safe assumption, and this plugin -aims to make such equivalent behaviour practical without needing to rely -on that assumption. +However, that is becoming a L, and this +plugin aims to make such equivalent behaviour practical without needing to +rely on that assumption. =back @@ -249,6 +251,18 @@ Which is functionally similar to: That is, retaining the specified order in C< @INC >. +=head1 RELATED READING + +=head2 C + +=over 4 + +=item * L<< Todd Rinaldo - How removing C<"."> from C<@INC> is about to break CPAN|http://blogs.perl.org/users/todd_rinaldo/2016/11/how-removing-from-inc-is-about-to-break-cpan.html >> + +=item * L<< Todd Rinaldo - What happened to C<"."> in C<@INC>|http://blogs.perl.org/users/todd_rinaldo/2016/11/what-happened-to-dot-in-inc.html >> + +=back + =head1 AUTHOR Kent Fredric diff --git a/maint/perlcritic.rc.gen.pl b/maint/perlcritic.rc.gen.pl index 8b46d44..4d3fb30 100644 --- a/maint/perlcritic.rc.gen.pl +++ b/maint/perlcritic.rc.gen.pl @@ -21,7 +21,7 @@ my @stopwords = ( qw( prepend prepended absolutized absolutization absolutizes - absolutizing prepends + absolutizing prepends CPAN ) ); for my $wordlist (@stopwords) { diff --git a/misc/Changes.deps b/misc/Changes.deps index d9b4e98..04392cc 100644 --- a/misc/Changes.deps +++ b/misc/Changes.deps @@ -1 +1,3 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test) + +0.001001 diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all index 79e81e2..cb5653f 100644 --- a/misc/Changes.deps.all +++ b/misc/Changes.deps.all @@ -1 +1,3 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop) + +0.001001 diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev index 7cbb089..af3e7b6 100644 --- a/misc/Changes.deps.dev +++ b/misc/Changes.deps.dev @@ -1 +1,3 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL ) + +0.001001 diff --git a/misc/Changes.deps.opt b/misc/Changes.deps.opt index 1ceea6a..b87dd70 100644 --- a/misc/Changes.deps.opt +++ b/misc/Changes.deps.opt @@ -1 +1,3 @@ This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test) + +0.001001 diff --git a/perlcritic.rc b/perlcritic.rc index 0996b72..4bfad8c 100644 --- a/perlcritic.rc +++ b/perlcritic.rc @@ -126,7 +126,7 @@ allow_includes = 1 [Documentation::PodSpelling] spell_command = aspell list --lang en_GB -stop_words = prepend prepended absolutized absolutization absolutizes absolutizing prepends +stop_words = prepend prepended absolutized absolutization absolutizes absolutizing prepends CPAN [Documentation::ProhibitAdjacentLinks]