This is an automated email from the git hooks/post-receive script. carandraug-guest pushed a commit to branch master in repository libdist-zilla-plugin-modulebuildtiny-fallback-perl.
commit 88bdd6b466e95fb7fd62df85094c6f9b73ad88f0 Author: Carnë Draug <[email protected]> Date: Tue Sep 26 20:05:34 2017 +0100 d/control: update short and long package description --- debian/control | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/debian/control b/debian/control index 655c8e7..7568a42 100644 --- a/debian/control +++ b/debian/control @@ -31,17 +31,14 @@ Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl, libmoosex-types-perl, libnamespace-autoclean-perl -Description: Generate a Build.PL that uses Module::Build::Tiny, falling back to Module::Build as needed - This is a Dist::Zilla plugin that provides a Build.PL in your distribution - that attempts to use Module::Build::Tiny when available, falling back to - Module::Build when it is missing. +Description: Dist::Zilla plugin that generates a Build.PL with fallback on Module::Build + Dist::Zilla::Plugin::ModuleBuildTiny::Fallback is a Dist::Zilla + plugin that provides a Build.PL in your distribution that attempts to + use Module::Build::Tiny when available, falling back to Module::Build + when it is missing and printing a warning about it. . - This is useful when your distribution is installing on an older perl (before - approximately 5.10.1) with a toolchain that has not been updated, where - configure_requires metadata is not understood and respected -- or where - Build.PL is being run manually without the user having read and understood - the contents of META.yml or META.json. - . - When the Module::Build fallback code is run, an added preamble is printed: - . - This description was automagically extracted from the module by dh-make-perl. + This is useful when your distribution is installing on an older perl + (before approximately 5.10.1) with a toolchain that has not been + updated, where configure_requires metadata is not understood and + respected -- or where Build.PL is being run manually without the user + having read and understood the contents of META.yml or META.json. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-modulebuildtiny-fallback-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
