fixed pod errors

This commit is contained in:
JT Smith 2003-11-23 17:38:50 +00:00
parent eabe0051f0
commit 700c05fc12
4 changed files with 9 additions and 8 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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