[Rt-commit] rt branch, 4.2/silence-test-warnings, updated. rt-4.0.8-489-gf469cd7

Alex Vandiver alexmv at bestpractical.com
Sat Nov 17 22:32:43 EST 2012


The branch, 4.2/silence-test-warnings has been updated
       via  f469cd7c157d0a4fb4adac51b087acc57adc9b90 (commit)
      from  75a8b43b4d3b446529aa9d14f2ba8de612e44674 (commit)

Summary of changes:
 sbin/rt-test-dependencies.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit f469cd7c157d0a4fb4adac51b087acc57adc9b90
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Sat Nov 17 22:25:08 2012 -0500

    Increase Log::Dispatch minimum version to 2.30, for consistent warnings
    
    Prior to Log::Dispatch version 2.30, the "warn" alias for the "warning"
    method failed to correctly canonicalize the level internally, and thus
    failed to ever usefully generate output.  All of the warnings fixed in
    224b96e thus only appear on Log::Dispatch 2.30 and above, due to this
    bug -- and consequently the newly-added 'warning_like' tests fail with
    earlier versions.
    
    Bump the minimum required Log::Dispatch version to one which
    consistently generates warnings with both ->warn and ->warning.

diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index baf6864..d7d8ddc 100644
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -199,7 +199,7 @@ HTML::Quoted
 HTML::Scrubber 0.08
 HTML::TreeBuilder
 HTML::FormatText
-Log::Dispatch 2.23
+Log::Dispatch 2.30
 Sys::Syslog 0.16
 Locale::Maketext 1.06
 Locale::Maketext::Lexicon 0.32

-----------------------------------------------------------------------


More information about the Rt-commit mailing list