Index: bin/testenv =================================================================== RCS file: /cvsroot/twiki/twiki/bin/testenv,v retrieving revision 1.56 diff -r1.56 testenv 354c354,358 < print "OK, $mod.pm found (TWiki version: $mod_version)"; --- > > my $mod_distributionVersion = eval '$TWiki::distributionVersion'; > $mod_distributionVersion ||= 'unknown'; > > print "OK, $mod.pm found (TWiki version: $mod_version - $mod_distributionVersion distribution)"; 366d369 < 865a869,889 > > #show the global TWiki preferences (will need to do more work to show the preferences that are valid for a particular topic with a particular user) > if ($twikiFound) { > my $thePathInfo = $query->path_info(); > my $theRemoteUser = $query->remote_user(); > my $theTopic = $query->param( 'topic' ); > my $theUrl = $query->url; > > my( $topic ) = > &TWiki::initialize( $thePathInfo, $theRemoteUser, $theTopic, $theUrl, $query ); > > my (@keys) = TWiki::Prefs::getAllKeys(); > my (@preferences) = TWiki::Prefs::getAllPreferences(); > > print "