diff --git a/lib/WebGUI/Forum.pm b/lib/WebGUI/Forum.pm index 434c85e7a..3eb15f110 100644 --- a/lib/WebGUI/Forum.pm +++ b/lib/WebGUI/Forum.pm @@ -1,7 +1,7 @@ package WebGUI::Forum; =head1 LEGAL - + ------------------------------------------------------------------- WebGUI is Copyright 2001-2003 Plain Black LLC. ------------------------------------------------------------------- @@ -11,7 +11,7 @@ package WebGUI::Forum; ------------------------------------------------------------------- http://www.plainblack.com info@plainblack.com ------------------------------------------------------------------- - + =cut use strict; diff --git a/lib/WebGUI/Forum/Post.pm b/lib/WebGUI/Forum/Post.pm index 0e44c9a35..b037e5d7b 100644 --- a/lib/WebGUI/Forum/Post.pm +++ b/lib/WebGUI/Forum/Post.pm @@ -1,7 +1,7 @@ package WebGUI::Forum::Post; =head1 LEGAL - + ------------------------------------------------------------------- WebGUI is Copyright 2001-2003 Plain Black LLC. ------------------------------------------------------------------- @@ -11,7 +11,7 @@ package WebGUI::Forum::Post; ------------------------------------------------------------------- http://www.plainblack.com info@plainblack.com ------------------------------------------------------------------- - + =cut use strict; diff --git a/lib/WebGUI/Forum/Thread.pm b/lib/WebGUI/Forum/Thread.pm index 51de8d867..703c03b16 100644 --- a/lib/WebGUI/Forum/Thread.pm +++ b/lib/WebGUI/Forum/Thread.pm @@ -1,7 +1,7 @@ package WebGUI::Forum::Thread; =head1 LEGAL - + ------------------------------------------------------------------- WebGUI is Copyright 2001-2003 Plain Black LLC. ------------------------------------------------------------------- @@ -11,7 +11,7 @@ package WebGUI::Forum::Thread; ------------------------------------------------------------------- http://www.plainblack.com info@plainblack.com ------------------------------------------------------------------- - + =cut use strict; diff --git a/lib/WebGUI/Forum/UI.pm b/lib/WebGUI/Forum/UI.pm index 0187fa75c..404535422 100644 --- a/lib/WebGUI/Forum/UI.pm +++ b/lib/WebGUI/Forum/UI.pm @@ -1,7 +1,7 @@ package WebGUI::Forum::UI; =head1 LEGAL - + ------------------------------------------------------------------- WebGUI is Copyright 2001-2003 Plain Black LLC. ------------------------------------------------------------------- @@ -11,7 +11,7 @@ package WebGUI::Forum::UI; ------------------------------------------------------------------- http://www.plainblack.com info@plainblack.com ------------------------------------------------------------------- - + =cut use strict qw(vars subs); @@ -2240,6 +2240,7 @@ The web method to unsubscribe from a thread. =item caller A hash reference containing information passed from the calling object. + =back =cut