
elacour at bestpractical
Nov 8, 2009, 1:58 AM
Post #1 of 1
(306 views)
Permalink
|
|
rt branch, 3.8-trunk, updated. rt-3.8.6-87-g2845465
|
|
The branch, 3.8-trunk has been updated via 28454656545278bc38aabe3b2b63fc64f4541152 (commit) via dfcb998dbb52b890bc55d3b6112ffe080a7e818e (commit) from cf02ac1c1509cd06c7bb3045dd905a58fc581e93 (commit) Summary of changes: lib/RT/Queue_Overlay.pm | 6 +----- lib/RT/Shredder/Plugin/Objects.pm | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) - Log ----------------------------------------------------------------- commit dfcb998dbb52b890bc55d3b6112ffe080a7e818e Author: Emmanuel Lacour <elacour [at] easter-eggs> Date: Fri Nov 6 12:48:25 2009 +0100 Fix perldoc for Queue object * remove =testing that make perldoc stop just after it * add description like other RT objects diff --git a/lib/RT/Queue_Overlay.pm b/lib/RT/Queue_Overlay.pm index d5d8651..a839679 100755 --- a/lib/RT/Queue_Overlay.pm +++ b/lib/RT/Queue_Overlay.pm @@ -56,14 +56,10 @@ =head1 DESCRIPTION +An RT queue object. =head1 METHODS -=begin testing - -use RT::Queue; - - =cut commit 28454656545278bc38aabe3b2b63fc64f4541152 Author: Emmanuel Lacour <elacour [at] easter-eggs> Date: Fri Nov 6 13:01:13 2009 +0100 Fix shredder documentation typo diff --git a/lib/RT/Shredder/Plugin/Objects.pm b/lib/RT/Shredder/Plugin/Objects.pm index 787c44e..fe2314a 100644 --- a/lib/RT/Shredder/Plugin/Objects.pm +++ b/lib/RT/Shredder/Plugin/Objects.pm @@ -60,7 +60,7 @@ RT::Shredder::Plugin::Objects - search plugin for wiping any selected object. =head1 ARGUMENTS -This plugin searches and RT object you want, so you can use +This plugin searches an RT object you want, so you can use the object name as argument and id as value, for example if you want select ticket #123 then from CLI you write next command: ----------------------------------------------------------------------- _______________________________________________ Rt-commit mailing list Rt-commit [at] lists http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|