This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdbix-class-helpers-perl.

commit d4e3f4fa48972fa01503a48c68705dd0d18420ff
Author: gregor herrmann <gre...@debian.org>
Date:   Mon Aug 29 20:56:54 2016 +0200

    Drop patches, both merged upstream.
---
 ...a-strictness-error-in-a-deprecated-module.patch | 24 ---------
 debian/patches/series                              |  2 -
 debian/patches/spelling.patch                      | 60 ----------------------
 3 files changed, 86 deletions(-)

diff --git 
a/debian/patches/0001-Fix-a-strictness-error-in-a-deprecated-module.patch 
b/debian/patches/0001-Fix-a-strictness-error-in-a-deprecated-module.patch
deleted file mode 100644
index 4303664..0000000
--- a/debian/patches/0001-Fix-a-strictness-error-in-a-deprecated-module.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 3502789f7aaabf4490fb060e238d69258704ee26 Mon Sep 17 00:00:00 2001
-From: Niko Tyni <nt...@debian.org>
-Date: Fri, 19 Sep 2014 12:54:58 +0300
-Subject: [PATCH] Fix a strictness error in a deprecated module
-Forwarded: https://github.com/frioux/DBIx-Class-Helpers/issues/72
-Bug: https://github.com/frioux/DBIx-Class-Helpers/issues/72
-
-The deprecation messages refer to $VERSION, which isn't
-declared despite 'use strict'. This causes a compile
-time error.
----
- lib/DBIx/Class/Helper/ResultSet/VirtualView.pm | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/lib/DBIx/Class/Helper/ResultSet/VirtualView.pm
-+++ b/lib/DBIx/Class/Helper/ResultSet/VirtualView.pm
-@@ -4,6 +4,7 @@
- 
- use strict;
- use warnings;
-+use vars qw($VERSION);
- 
- use parent 'DBIx::Class::ResultSet';
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5e831e7..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-0001-Fix-a-strictness-error-in-a-deprecated-module.patch
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 4ddfa35..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-Description: spelling fixes
-Origin: vendor
-Author: gregor herrmann <gre...@debian.org>
-Last-Update: 2016-07-24
-Forwarded: https://github.com/frioux/DBIx-Class-Helpers/issues/71
-Bug: https://github.com/frioux/DBIx-Class-Helpers/issues/71
-
---- a/lib/DBIx/Class/Helper/Row/OnColumnChange.pm
-+++ b/lib/DBIx/Class/Helper/Row/OnColumnChange.pm
-@@ -227,7 +227,7 @@
- in as the $old_value.  Also note the C<txn_wrap> option.  This allows you to
- specify that you want the call to C<update> and the call to the method you
- requested to be wrapped in a transaction.  If you end up calling more than
--one method due to multple column change methods and more than one specify
-+one method due to multiple column change methods and more than one specify
- C<txn_wrap> it will still only wrap once.
- 
- I've gone to great lengths to ensure that order is preserved, so C<before>
---- a/lib/DBIx/Class/Helper/Row/RelationshipDWIM.pm
-+++ b/lib/DBIx/Class/Helper/Row/RelationshipDWIM.pm
-@@ -75,7 +75,7 @@
- 
-  # Define various class bits here
- 
-- # succint relationship definition yeah!
-+ # succinct relationship definition yeah!
- 
-  __PACKAGE__->has_many(friends => '::Person', 'foo_id');
- 
---- a/lib/DBIx/Class/Helper/Schema/Verifier.pm
-+++ b/lib/DBIx/Class/Helper/Schema/Verifier.pm
-@@ -90,7 +90,7 @@
- 
- =head1 DESCRIPTION
- 
--C<DBIx::Class::Helper::Schema::Verifier> is a miniscule framework to assist in
-+C<DBIx::Class::Helper::Schema::Verifier> is a minuscule framework to assist in
- creating schemata that are to your very own exacting specifications.  It is
- inspired by my own travails in discovering that C<< use mro 'c3' >> is both
- required and barely documented in much Perl code.  As time goes by I expect to
-@@ -110,7 +110,7 @@
- 
- Initially I kept this module simple, but after using it in production at
- L<ZipRecruiter|https://www.ziprecruiter.com> I found that showing the user the
--first error that occured and then giving up was pretty annoying.  Now
-+first error that occurred and then giving up was pretty annoying.  Now
- C<Schema::Verifier> wraps both L<DBIx::Class::Schema/load_namespaces> and
- L<DBIx::Class::Schema/load_classes> and shows all the exceptions encoutered 
as a
- list at the end of loading all the results.
---- a/lib/DBIx/Class/Helper/Schema/Verifier/ColumnInfo.pm
-+++ b/lib/DBIx/Class/Helper/Schema/Verifier/ColumnInfo.pm
-@@ -113,7 +113,7 @@
- It's entirely possible that you would like to use some non-default config 
keys,
- especially if you use some column-extension components. Override this method 
in
- your schema and append your new keys to the list returned by the superclass
--call.  The overriden method must return a list of keys.
-+call.  The overridden method must return a list of keys.
- 
-  sub allowed_column_keys {
-    my $self = shift;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbix-class-helpers-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to