[Rt-commit] rt branch, master, updated. rt-4.1.13-278-gd18cbcb
Alex Vandiver
alexmv at bestpractical.com
Fri Jul 5 00:30:23 EDT 2013
The branch, master has been updated
via d18cbcb1181a10e6088edcb690955c30fa819600 (commit)
via 1dc2439d6a7274b7028c437c0ce6d1fa7fdb250b (commit)
from db6c1f52736790972945fbcb19c948ff6cbeb598 (commit)
Summary of changes:
sbin/rt-test-dependencies.in | 4 ++--
share/html/Elements/ShowTransactionAttachments | 4 +---
2 files changed, 3 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit 1dc2439d6a7274b7028c437c0ce6d1fa7fdb250b
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Jul 4 16:00:53 2013 -0400
Bump dependency to one which supplies Text::Quoted
diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index c854c39..d52c291 100644
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -234,7 +234,7 @@ Storable 2.08
Symbol::Global::Name 0.02
Sys::Syslog 0.16
Text::Password::Pronounceable
-Text::Quoted 2.02
+Text::Quoted 2.07
Text::Template 1.44
Text::WikiFormat 0.76
Text::Wrapper
diff --git a/share/html/Elements/ShowTransactionAttachments b/share/html/Elements/ShowTransactionAttachments
index 51abd8c..88e74b1 100644
--- a/share/html/Elements/ShowTransactionAttachments
+++ b/share/html/Elements/ShowTransactionAttachments
@@ -242,9 +242,7 @@ my $render_attachment = sub {
unless ( length $name ) {
eval {
require Text::Quoted;
- # XXX: Deprecate ->can check in 4.2 and simply bump version requirement.
- Text::Quoted::set_quote_characters(undef) # only use >
- if Text::Quoted->can("set_quote_characters");
+ Text::Quoted::set_quote_characters(undef);
$content = Text::Quoted::extract($content);
};
if ($@) {
commit d18cbcb1181a10e6088edcb690955c30fa819600
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Fri Jul 5 00:27:12 2013 -0400
Bump Symbol::Global::Name dependency for perl 5.18 compatibility
diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index d52c291..f5376ee 100644
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -231,7 +231,7 @@ Regexp::IPv6
Role::Basic 0.12
Scalar::Util
Storable 2.08
-Symbol::Global::Name 0.02
+Symbol::Global::Name 0.04
Sys::Syslog 0.16
Text::Password::Pronounceable
Text::Quoted 2.07
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list