[libmoosex-app-perl] 03/06: Drop patches, both merged upstream.

gregor herrmann gregoa at debian.org
Sun Mar 2 14:23:18 UTC 2014


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 91a45b0826267f1b4873245052378c85cb434603
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Mar 2 15:17:25 2014 +0100

    Drop patches, both merged upstream.
---
 debian/patches/experimental-smartmatch.patch | 25 --------
 debian/patches/series                        |  2 -
 debian/patches/spelling.patch                | 95 ----------------------------
 3 files changed, 122 deletions(-)

diff --git a/debian/patches/experimental-smartmatch.patch b/debian/patches/experimental-smartmatch.patch
deleted file mode 100644
index df44b66..0000000
--- a/debian/patches/experimental-smartmatch.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Description: turning off the warnings needs to happen later ...
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=85429
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=85429
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-03-01
-
---- a/lib/MooseX/App/Utils.pm
-+++ b/lib/MooseX/App/Utils.pm
-@@ -4,7 +4,6 @@
- use utf8;
- use strict;
- use warnings;
--no if $] >= 5.018000, warnings => qw/ experimental::smartmatch /;
- 
- use List::Util qw(max);
- 
-@@ -12,6 +11,7 @@
- our $INDENT = 4;
- 
- use Moose::Util::TypeConstraints;
-+no if $] >= 5.018000, warnings => qw/ experimental::smartmatch /;
- 
- subtype 'MooseX::App::Types::List' 
-     => as 'ArrayRef';
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c461d47..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-experimental-smartmatch.patch
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 363c11c..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,95 +0,0 @@
-Description: spelling fixes
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=93460
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=93460
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-03-01
-
---- a/README
-+++ b/README
-@@ -161,7 +161,7 @@
-      app_base 'my_script';
- 
-     Usually MooseX::App will take the name of the calling wrapper script to
--    construct the programm name in various help messages. This name can be
-+    construct the program name in various help messages. This name can be
-     changed via the app_base function.
- 
-   app_namespace
-@@ -184,11 +184,11 @@
-      OR
-      app_strict(1);
- 
--    If strict is enabled the programm will terminate with an error message
-+    If strict is enabled the program will terminate with an error message
-     if superfluous/unknown positional parameters are supplied. If disabled
-     all extra parameters will be copied to the extra_argv attribute.
- 
--    The command_strict config in the command classes allows to set this
-+    The command_strict config in the command classes allows one to set this
-     option individually for each command.
- 
-   app_command_name
---- a/lib/MooseX/App.pm
-+++ b/lib/MooseX/App.pm
-@@ -300,7 +300,7 @@
-  app_base 'my_script';
- 
- Usually MooseX::App will take the name of the calling wrapper script to 
--construct the programm name in various help messages. This name can 
-+construct the program name in various help messages. This name can
- be changed via the app_base function.
- 
- =head2 app_namespace
-@@ -325,11 +325,11 @@
-  OR
-  app_strict(1); 
- 
--If strict is enabled the programm will terminate with an error message if
-+If strict is enabled the program will terminate with an error message if
- superfluous/unknown positional parameters are supplied. If disabled all 
- extra parameters will be copied to the L<extra_argv> attribute. 
- 
--The command_strict config in the command classes allows to set this option
-+The command_strict config in the command classes allows one to set this option
- individually for each command.
- 
- =head2 app_command_name
---- a/lib/MooseX/App/Command.pm
-+++ b/lib/MooseX/App/Command.pm
-@@ -106,11 +106,11 @@
-  OR
-  command_strict(1); 
- 
--If strict is enabled the programm will terminate with an error message if
-+If strict is enabled the program will terminate with an error message if
- superfluous/unknown positional parameters are supplied. If disabled all 
- extra parameters will be copied to the L<extra_argv> attribute. 
- 
--The app_strict function in the app classes allows to set this option globally.
-+The app_strict function in the app classes allows one to set this option globally.
- 
- =cut
- 
---- a/lib/MooseX/App/Meta/Role/Class/Base.pm
-+++ b/lib/MooseX/App/Meta/Role/Class/Base.pm
-@@ -778,7 +778,7 @@
- =head2 app_base
- 
- Usually MooseX::App will take the name of the calling wrapper script to 
--construct the programm name in various help messages. This name can 
-+construct the program name in various help messages. This name can
- be changed via the app_base accessor. Defaults to the base name of $0
- 
- =head2 app_fuzzy
---- a/lib/MooseX/App/Meta/Role/Class/Command.pm
-+++ b/lib/MooseX/App/Meta/Role/Class/Command.pm
-@@ -164,7 +164,7 @@
- are supplied. If disabled all extra parameters will be copied to the 
- L<extra_argv> attribute.
- 
--The app_strict function in the app classes allows to set this option globally.
-+The app_strict function in the app classes allows one to set this option globally.
- 
- =head1 METHODS
- 

-- 
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