[Rt-commit] rt branch, 4.0/test-scripts-compile, updated. rt-4.0.16-50-g152c24e
Thomas Sibley
trs at bestpractical.com
Tue Jul 30 16:22:29 EDT 2013
The branch, 4.0/test-scripts-compile has been updated
via 152c24ed3510c78076549bddeb93f325c37eafe9 (commit)
from 3758840df908ec874754fbcf4bd3634ccc256f87 (commit)
Summary of changes:
sbin/rt-test-dependencies.in | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 152c24ed3510c78076549bddeb93f325c37eafe9
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue Jul 30 13:21:26 2013 -0700
Add Locale::PO as a developer dep
Used by sbin/rt-message-catalog.
The new compilation tests found an assumed dep when run on our smoker.
diff --git a/sbin/rt-test-dependencies.in b/sbin/rt-test-dependencies.in
index 26593d9..efa35fe 100644
--- a/sbin/rt-test-dependencies.in
+++ b/sbin/rt-test-dependencies.in
@@ -295,6 +295,7 @@ Test::WWW::Mechanize::PSGI
Plack::Middleware::Test::StashWarnings 0.06
Test::LongString
Test::NoWarnings
+Locale::PO
.
$deps{'FASTCGI'} = [ text_to_hash( << '.') ];
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list