[Rt-commit] r19566 - in rt/3.999/trunk: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu May 7 03:37:55 EDT 2009


Author: sunnavy
Date: Thu May  7 03:37:55 2009
New Revision: 19566

Modified:
   rt/3.999/trunk/   (props changed)
   rt/3.999/trunk/lib/RT/Config.pm

Log:
 r21016 at sunnavys-mb (orig r19463):  sunnavy | 2009-05-07 00:18:07 +0800
 remove string "Configuration" from =head1 ... because it is so redundant


Modified: rt/3.999/trunk/lib/RT/Config.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/Config.pm	(original)
+++ rt/3.999/trunk/lib/RT/Config.pm	Thu May  7 03:37:55 2009
@@ -1,6 +1,6 @@
 package RT::Config;
 
-=head1 Base Configuration
+=head1 Base
 
 =over 4
 
@@ -61,7 +61,7 @@
 
 =back
 
-=head1 Database Configuration
+=head1 Database
 
 =over 4
 
@@ -96,7 +96,7 @@
 
 =back
 
-=head1 Incoming Mail Gateway Configuration
+=head1 Incoming Mail Gateway
 
 =over 4
 
@@ -231,7 +231,7 @@
 
 =back
 
-=head1 Outgoing Mail Configuration
+=head1 Outgoing Mail
 
 =over 4
 
@@ -249,7 +249,7 @@
 
 =back
 
-=head1 Sendmail Configuration
+=head1 Sendmail
 
 These options only take effect if C<mail_command> is 'sendmail' or
 'sendmailpipe'
@@ -285,7 +285,7 @@
 
 =back
 
-=head1 SMTP Configuration
+=head1 SMTP
 
 These options only take effect if C<mail_command> is 'smtp'
 
@@ -312,7 +312,7 @@
 
 =back
 
-=head1 Other Mailer Configuration
+=head1 Other Mailer
 
 =over 4
 
@@ -436,7 +436,7 @@
 
 =back
 
-=head1 GnuPG Configuration
+=head1 GnuPG
 
 A full description of the (somewhat extensive) GnuPG integration can be found 
 by running the command `perldoc L<RT::Crypt::GnuPG>`  (or `perldoc
@@ -478,7 +478,7 @@
 
 =back
 
-=head1 Logging Configuration
+=head1 Logging
 
 The default is to log anything except debugging
 information to syslog.  Check the L<Log::Dispatch> POD for
@@ -536,7 +536,7 @@
 
 =back
 
-=head1 Web Interface Configuration
+=head1 Web Interface
 
 =over 4
 
@@ -907,7 +907,7 @@
 
 =back
 
-=head1 L<Net::Server> (rt-server) Configuration
+=head1 rt-server
 
 =over 4
 
@@ -950,7 +950,7 @@
 
 =back
 
-=head1 UTF-8 Configuration
+=head1 UTF-8
 
 =over 4
 
@@ -979,7 +979,7 @@
 
 =back
 
-=head1 Date Handling Configuration
+=head1 Date Handling
 
 =over 4
 
@@ -1021,7 +1021,7 @@
 
 =back
 
-=head1 Miscellaneous Configuration
+=head1 Miscellaneous
 
 =over 4
 


More information about the Rt-commit mailing list