[Bps-public-commit] rtx-rest branch, master, updated. fd0748c15add2ef490d891616865f99e476986e4
Alex Vandiver
alexmv at bestpractical.com
Fri Jun 20 14:29:43 EDT 2014
The branch, master has been updated
via fd0748c15add2ef490d891616865f99e476986e4 (commit)
from 48e98d729167ecb37e0ed49375f299d3c8507370 (commit)
Summary of changes:
lib/RTx/REST.pm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit fd0748c15add2ef490d891616865f99e476986e4
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Jun 19 13:48:00 2014 -0400
Swap to the simpler 4.2-style Plugin() line
diff --git a/lib/RTx/REST.pm b/lib/RTx/REST.pm
index e3c2fc4..5504c07 100644
--- a/lib/RTx/REST.pm
+++ b/lib/RTx/REST.pm
@@ -233,7 +233,7 @@ sub base_uri {
RT->Config->Get("WebBaseURL") . base_path()
}
-=head1 INSTALLATION
+=head1 INSTALLATION
=over
@@ -249,9 +249,7 @@ May need root permissions
Add this line:
- Set(@Plugins, qw(RTx::REST));
-
-or add C<RTx::REST> to your existing C<@Plugins> line.
+ Plugin('RTx::REST');
=item Clear your mason cache
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list