[Bps-public-commit] RT-Extension-rt_cpan_org branch, master, updated. 1c9cf220bace4bb19b143590c258e58ab0a874a0
Alex Vandiver
alexmv at bestpractical.com
Tue Oct 1 23:59:23 EDT 2013
The branch, master has been updated
via 1c9cf220bace4bb19b143590c258e58ab0a874a0 (commit)
from ea4266da27c06cd04719a7bfff7b7b8e255d3b81 (commit)
Summary of changes:
etc/CPAN_Config.pm | 3 +++
1 file changed, 3 insertions(+)
- Log -----------------------------------------------------------------
commit 1c9cf220bace4bb19b143590c258e58ab0a874a0
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Tue Oct 1 23:59:14 2013 -0400
Always show "more about requestor"
diff --git a/etc/CPAN_Config.pm b/etc/CPAN_Config.pm
index 8b8bf92..14e6df0 100644
--- a/etc/CPAN_Config.pm
+++ b/etc/CPAN_Config.pm
@@ -38,6 +38,9 @@ Set( @Active_MakeClicky, qw(httpurl_overwrite) );
# Fancy-pants WYSIWYG usually mangles pasted terminal and log output.
Set( $MessageBoxRichText, 0 );
+# The "more about requestors" is generally very useful
+Set($ShowMoreAboutPrivilegedUsers, 1);
+
# Show severity, broken in, and fixed in by default.
Set( $DefaultSearchResultFormat, <<'EOT');
'<a href="__WebPath__/Ticket/Display.html?id=__id__">__id__</a>/TITLE:ID',
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list