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 ea97652e85e9093df547037c110842ad494876b8 Author: gregor herrmann <[email protected]> Date: Wed Oct 8 22:16:35 2014 +0200 Refresh 0001-Fix-a-strictness-error-in-a-deprecated-module.patch. Fuzz due to version number. --- .../0001-Fix-a-strictness-error-in-a-deprecated-module.patch | 9 ++------- 1 file changed, 2 insertions(+), 7 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 index 2cad8bb..ba988a6 100644 --- 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 @@ -10,18 +10,13 @@ time error. lib/DBIx/Class/Helper/ResultSet/VirtualView.pm | 1 + 1 file changed, 1 insertion(+) -diff --git a/lib/DBIx/Class/Helper/ResultSet/VirtualView.pm b/lib/DBIx/Class/Helper/ResultSet/VirtualView.pm -index 71403b8..c17a7b7 100644 --- a/lib/DBIx/Class/Helper/ResultSet/VirtualView.pm +++ b/lib/DBIx/Class/Helper/ResultSet/VirtualView.pm -@@ -2,6 +2,7 @@ package DBIx::Class::Helper::ResultSet::VirtualView; - $DBIx::Class::Helper::ResultSet::VirtualView::VERSION = '2.023006'; +@@ -2,6 +2,7 @@ + $DBIx::Class::Helper::ResultSet::VirtualView::VERSION = '2.023007'; use strict; use warnings; +use vars qw($VERSION); # ABSTRACT: Clean up your SQL namespace (DEPRECATED) --- -2.1.0 - -- 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 [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
