This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libmoosex-app-perl.
commit 775d8e9b185772a358462f31831e76fbab11112e Author: gregor herrmann <[email protected]> Date: Wed Oct 15 22:14:14 2014 +0200 Add patch to fix spelling mistakes. --- debian/patches/series | 1 + debian/patches/spelling.patch | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..5299247 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +spelling.patch diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch new file mode 100644 index 0000000..38e0677 --- /dev/null +++ b/debian/patches/spelling.patch @@ -0,0 +1,29 @@ +Description: spelling fixes +Origin: vendor +Author: gregor herrmann <[email protected]> +Last-Update: 2014-10-15 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=99521 +Bug: https://rt.cpan.org/Ticket/Display.html?id=99521 + +--- a/lib/MooseX/App.pm ++++ b/lib/MooseX/App.pm +@@ -279,7 +279,7 @@ + cmd_type => 'parameter', + ); + +-Furthermore all options and parameters can also be suplied vie %ENV ++Furthermore all options and parameters can also be supplied vie %ENV + + option 'some_option' => ( + is => 'rw', +--- a/lib/MooseX/App/Plugin/Term.pm ++++ b/lib/MooseX/App/Plugin/Term.pm +@@ -25,7 +25,7 @@ + + =head1 NAME + +-MooseX::App::Plugin::Term - Allows to specify options/parameters via terminal prompts ++MooseX::App::Plugin::Term - Allows one to specify options/parameters via terminal prompts + + =head1 SYNOPSIS + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-app-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
