Changeset 754 for trunk/PluginBenchmarkAddOn/bin/pluginbenchmark
- Timestamp:
- 11/17/08 00:31:02 (4 years ago)
- File:
-
- 1 edited
-
trunk/PluginBenchmarkAddOn/bin/pluginbenchmark (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PluginBenchmarkAddOn/bin/pluginbenchmark
r666 r754 125 125 sub compareTopic { 126 126 my ( $theWebTopic, $thePlugin ) = @_; 127 $theWebTopic = " TWiki.$theWebTopic" unless ( $theWebTopic =~ /\./ );127 $theWebTopic = "System.$theWebTopic" unless ( $theWebTopic =~ /\./ ); 128 128 my $str = sprintf( "%-30s", $theWebTopic ); 129 129 print "$str ";
Note: See TracChangeset
for help on using the changeset viewer.
