[libmoosex-app-perl] 05/09: Drop spelling.patch, applied upstream.
gregor herrmann
gregoa at debian.org
Sun Apr 3 15:36:36 UTC 2016
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 270cb172b5435f29b409c8e48d8481be6b934186
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Apr 3 17:26:36 2016 +0200
Drop spelling.patch, applied upstream.
---
debian/patches/series | 1 -
debian/patches/spelling.patch | 96 -------------------------------------------
2 files changed, 97 deletions(-)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5299247..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index cb8e6c6..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,96 +0,0 @@
-Description: fix some spelling mistakes in the POD
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2016-02-21
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=112234
-Bug: https://rt.cpan.org/Ticket/Display.html?id=112234
-
---- a/lib/MooseX/App.pm
-+++ b/lib/MooseX/App.pm
-@@ -318,7 +318,7 @@
- =item * HashRef: Specify multiple key value pairs (--option key=value,
- also see L<app_permute>)
-
--=item * Enum: Display all possibilites
-+=item * Enum: Display all possibilities
-
- =item * Bool: Flags that do not require values
-
-@@ -336,7 +336,7 @@
- my $myapp_command = MyApp->new_with_command();
-
- This constructor reads the command line arguments and tries to create a
--command class instance. If it fails it retuns a
-+command class instance. If it fails it returns a
- L<MooseX::App::Message::Envelope> object holding an error message.
-
- You can pass a hash of default/fallback params to new_with_command
-@@ -445,7 +445,7 @@
- OR
- app_permute(1);
-
--Allows to specify multiple values with one key. So instead of writing
-+Allows one to specify multiple values with one key. So instead of writing
- C<--list element1 --list element2 --list element3> one might write
- C<--list element1 element2 element3> for ArrayRef elements. HashRef elements
- may be expressed as <--hash key=value key2=value2>
-@@ -481,7 +481,7 @@
-
- =item * cmd_env - Read options/parameters from %ENV
-
--=item * cmd_count - Value of option equals to number of occurences in @ARGV
-+=item * cmd_count - Value of option equals to number of occurrences in @ARGV
-
- =back
-
-@@ -528,7 +528,7 @@
-
- =item * L<MooseX::App::Plugin::BashCompletion>
-
--Adds a command that genereates a bash completion script for your application.
-+Adds a command that generates a bash completion script for your application.
- See L<MooseX::App::Plugin::ZshCompletion> for Z shell .
-
- =item * L<MooseX::App::Plugin::Color>
-@@ -589,7 +589,7 @@
- When manually registering command classes (eg. via app_command_register) in
- multiple base classes with different sets of plugins (why would you ever want
- to do that?), then meta attributes may miss some attribute metaclasses. In
--this case you need to load the missing attribute traits explicitely:
-+this case you need to load the missing attribute traits explicitly:
-
- option 'argument' => (
- depends => 'otherargument',
---- a/lib/MooseX/App/Meta/Role/Attribute/Option.pm
-+++ b/lib/MooseX/App/Meta/Role/Attribute/Option.pm
-@@ -377,7 +377,7 @@
- =head2 cmd_count
-
- Similar to the Getopt::Long '+' modifier, cmd_count turns the attribute into
--a counter. Every occurence of the attribute in @ARGV (without any value)
-+a counter. Every occurrence of the attribute in @ARGV (without any value)
- would increment the resulting value by one
-
- =head1 METHODS
---- a/lib/MooseX/App/Simple.pm
-+++ b/lib/MooseX/App/Simple.pm
-@@ -138,7 +138,7 @@
- my $myapp_command = MyApp->new_with_options();
-
- This method reads the command line arguments from the user and tries to create
--instantiate the current class with the ARGV-input. If it fails it retuns a
-+instantiate the current class with the ARGV-input. If it fails it returns a
- L<MooseX::App::Message::Envelope> object holding an error message.
-
- You can pass a hash or hashref of default params to new_with_options
---- a/lib/MooseX/App/ParsedArgv/Element.pm
-+++ b/lib/MooseX/App/ParsedArgv/Element.pm
-@@ -152,7 +152,7 @@
-
- =head2 occurence
-
--Number of occurences in @ARGV
-+Number of occurrences in @ARGV
-
- =head2 consumed
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-app-perl.git
More information about the Pkg-perl-cvs-commits
mailing list