This is an automated email from the git hooks/post-receive script. dmn pushed a commit to branch master in repository libdist-zilla-role-bootstrap-perl.
commit 561ea4f9fface3d1a5ed8aed984c339ba457520a Author: Damyan Ivanov <[email protected]> Date: Sun Nov 5 21:11:48 2017 +0000 add patch fixing a typo in POD --- debian/patches/pod-spelling.patch | 18 ++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 19 insertions(+) diff --git a/debian/patches/pod-spelling.patch b/debian/patches/pod-spelling.patch new file mode 100644 index 0000000..6b755bc --- /dev/null +++ b/debian/patches/pod-spelling.patch @@ -0,0 +1,18 @@ +Description: small typo in POD (bootstap -> bootstrap) +Author: Damyan Ivanov <[email protected]> +Forwarded: no + +--- a/lib/Dist/Zilla/Role/Bootstrap.pm ++++ b/lib/Dist/Zilla/Role/Bootstrap.pm +@@ -285,9 +285,9 @@ Implementation is quite simple: + my ( $self ) = @_; + } + +-=item 3. I<Optional>: Fetch the discovered C<bootstap> root via: ++=item 3. I<Optional>: Fetch the discovered C<bootstrap> root via: + +- $self->_bootstap_root ++ $self->_bootstrap_root + + =item 4. I<Optional>: Load some path into C<@INC> via: + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..ad85da2 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +pod-spelling.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-role-bootstrap-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
