[Rt-commit] r6905 - rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/sbin
ruz at bestpractical.com
ruz at bestpractical.com
Fri Feb 2 16:38:19 EST 2007
Author: ruz
Date: Fri Feb 2 16:38:19 2007
New Revision: 6905
Modified:
rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/sbin/rt-test-dependencies.in
Log:
* drop debug
Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/sbin/rt-test-dependencies.in
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/sbin/rt-test-dependencies.in (original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.2/sbin/rt-test-dependencies.in Fri Feb 2 16:38:19 2007
@@ -81,9 +81,6 @@
);
$args{$_} = $default{$_} foreach grep !exists $args{$_}, keys %default;
-use Data::Dumper;
-print Dumper( \%args );
-
{
my $section;
my %always_show_sections = (
@@ -234,7 +231,7 @@
Text::WikiFormat 0.76
.
-$deps{'STANDALONE'} = [ _( << '.') ];
+$deps{'STANDALONE'} = [ text_to_hash( << '.') ];
HTTP::Server::Simple 0.07
HTTP::Server::Simple::Mason 0.09
.
More information about the Rt-commit
mailing list