[pinto] 01/01: Added patch to fix warning: use of uninitialized value in concatenation (.) or string at t/lib/Pinto/Server/Tester.pm line 91.

Oleg Gashev oleg at gashev.net
Sun Sep 1 20:35:22 UTC 2013


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

gashev-guest pushed a commit to branch master
in repository pinto.

commit 6bf1aaaf366231c78fc260f0423ec02a021f2195
Author: Oleg Gashev <oleg at gashev.net>
Date:   Sun Sep 1 16:34:08 2013 -0400

    Added patch to fix warning: use of uninitialized value in concatenation (.) or string at t/lib/Pinto/Server/Tester.pm line 91.
---
 ...uninitialized_value_in_concatenation_or_string.patch |   15 +++++++++++++++
 debian/patches/series                                   |    1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/fix_use_of_uninitialized_value_in_concatenation_or_string.patch b/debian/patches/fix_use_of_uninitialized_value_in_concatenation_or_string.patch
new file mode 100644
index 0000000..df08414
--- /dev/null
+++ b/debian/patches/fix_use_of_uninitialized_value_in_concatenation_or_string.patch
@@ -0,0 +1,15 @@
+Description: Fix warning: use of uninitialized value in concatenation (.) or
+  string at t/lib/Pinto/Server/Tester.pm line 91.
+Forwarded: https://github.com/thaljef/Pinto/pull/114
+Author: Oleg Gashev <oleg at gashev.net>
+
+--- a/t/lib/Pinto/Server/Tester.pm
++++ b/t/lib/Pinto/Server/Tester.pm
+@@ -63,6 +63,7 @@
+     isa      => Str,
+     init_arg => undef,
+     default  => 'localhost',
++    lazy     => 1,
+ );
+ 
+ =attr server_pid
diff --git a/debian/patches/series b/debian/patches/series
index 9b5f621..62b54fe 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 update_copyright_declarations.patch
+fix_use_of_uninitialized_value_in_concatenation_or_string.patch

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



More information about the Pkg-perl-cvs-commits mailing list