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

sunweaver pushed a commit to branch squeeze
in repository libemail-address-perl.

commit 89034990eb53f6ca6747fb454a62dd83a76902a6
Author: Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
Date:   Wed Sep 30 05:49:43 2015 +0200

    debian/patches/0001_nested-comments-default-to-1-level.patch: Provide patch 
file for sake of documentation.
---
 .../0001_nested-comments-default-to-1-level.patch  | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/debian/patches/0001_nested-comments-default-to-1-level.patch 
b/debian/patches/0001_nested-comments-default-to-1-level.patch
new file mode 100644
index 0000000..25eeb55
--- /dev/null
+++ b/debian/patches/0001_nested-comments-default-to-1-level.patch
@@ -0,0 +1,25 @@
+Description: Set default level for nested comments to 1
+Origin: 
https://github.com/rjbs/Email-Address/commit/3056b7da4fffbce9ad92f9799fffc587ab40303d
+
+v2: Backported to v1.889 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+
+--- lib/Email/Address.pm.old  2015-09-29 17:09:02.000000000 +0200
++++ lib/Email/Address.pm      2015-09-29 17:13:23.000000000 +0200
+@@ -11,7 +11,7 @@
+ my $NOCACHE;
+ 
+ $VERSION              = '1.889';
+-$COMMENT_NEST_LEVEL ||= 2;
++$COMMENT_NEST_LEVEL ||= 1;
+ $STRINGIFY          ||= 'format';
+ $COLLAPSE_SPACES      = 1 unless defined $COLLAPSE_SPACES; # who wants //=? 
me!
+ 
+@@ -160,7 +160,7 @@
+ 
+ The specification for an email address allows for infinitley
+ nestable comments. That's nice in theory, but a little over done.
+-By default this module allows for two (C<2>) levels of nested
++By default this module allows for one (C<1>) level of nested
+ comments. If you think you need more, modify the
+ C<$Email::Address::COMMENT_NEST_LEVEL> package variable to allow
+ more.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libemail-address-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