[Rt-commit] rt branch, 4.0/pod-fixups, created. rt-4.0.2-237-gb5ad69c

Alex Vandiver alexmv at bestpractical.com
Thu Oct 27 12:53:40 EDT 2011


The branch, 4.0/pod-fixups has been created
        at  b5ad69ceaec48af9c29f1a6982f6d58cbe5e0071 (commit)

- Log -----------------------------------------------------------------
commit b5ad69ceaec48af9c29f1a6982f6d58cbe5e0071
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Oct 27 12:48:05 2011 -0400

    Minor POD syntax fixups in RT.pm

diff --git a/lib/RT.pm b/lib/RT.pm
index 8d70af1..4d36133 100644
--- a/lib/RT.pm
+++ b/lib/RT.pm
@@ -130,8 +130,9 @@ sub LoadConfig {
 
 =head2 Init
 
-L<Connect to the database /ConnectToDatabase>, L<initilizes system objects /InitSystemObjects>,
-L<preloads classes /InitClasses> and L<set up logging /InitLogging>.
+L<Connects to the database|/ConnectToDatabase>, L<initilizes system
+objects|/InitSystemObjects>, L<preloads classes|/InitClasses>, L<sets
+up logging|/InitLogging>, and L<loads plugins|/InitPlugins>.
 
 =cut
 
@@ -154,7 +155,7 @@ sub Init {
 
 =head2 ConnectToDatabase
 
-Get a database connection. See also </Handle>.
+Get a database connection. See also L</Handle>.
 
 =cut
 
@@ -472,8 +473,8 @@ sub InitClasses {
 
 =head2 InitSystemObjects
 
-Initializes system objects: C<$RT::System>, C<RT->SystemUser>
-and C<RT->Nobody>.
+Initializes system objects: C<$RT::System>, C<< RT->SystemUser >>
+and C<< RT->Nobody >>.
 
 =cut
 
@@ -496,8 +497,8 @@ sub InitSystemObjects {
 
 =head2 Config
 
-Returns the current L<config object RT::Config>, but note that
-you must L<load config /LoadConfig> first otherwise this method
+Returns the current L<config object|RT::Config>, but note that
+you must L<load config|/LoadConfig> first otherwise this method
 returns undef.
 
 Method can be called as class method.
@@ -508,7 +509,7 @@ sub Config { return $Config || shift->LoadConfig(); }
 
 =head2 DatabaseHandle
 
-Returns the current L<database handle object RT::Handle>.
+Returns the current L<database handle object|RT::Handle>.
 
 See also L</ConnectToDatabase>.
 
@@ -526,7 +527,7 @@ sub Logger { return $Logger }
 
 =head2 System
 
-Returns the current L<system object RT::System>. See also
+Returns the current L<system object|RT::System>. See also
 L</InitSystemObjects>.
 
 =cut
@@ -591,8 +592,8 @@ sub Plugins {
 
 Takes optional subdir (e.g. po, lib, etc.) and return plugins' dirs that exist.
 
-This code chacke plugins names or anything else and required when main config
-is loaded to load plugins' configs.
+This code checks plugins names or anything else and required when main
+config is loaded to load plugins' configs.
 
 =cut
 
@@ -643,7 +644,8 @@ sub InitPluginPaths {
 
 =head2 InitPlugins
 
-Initialze all Plugins found in the RT configuration file, setting up their lib and HTML::Mason component roots.
+Initialize all Plugins found in the RT configuration file, setting up
+their lib and L<HTML::Mason> component roots.
 
 =cut
 
@@ -785,7 +787,6 @@ If you're not sure what's going on, report them rt-devel at lists.bestpractical.com
 L<RT::StyleGuide>
 L<DBIx::SearchBuilder>
 
-
 =cut
 
 require RT::Base;

-----------------------------------------------------------------------


More information about the Rt-commit mailing list