fixed pod errors
This commit is contained in:
parent
eabe0051f0
commit
700c05fc12
4 changed files with 9 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
package WebGUI::Forum;
|
package WebGUI::Forum;
|
||||||
|
|
||||||
=head1 LEGAL
|
=head1 LEGAL
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
WebGUI is Copyright 2001-2003 Plain Black LLC.
|
WebGUI is Copyright 2001-2003 Plain Black LLC.
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
|
@ -11,7 +11,7 @@ package WebGUI::Forum;
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
http://www.plainblack.com info@plainblack.com
|
http://www.plainblack.com info@plainblack.com
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
package WebGUI::Forum::Post;
|
package WebGUI::Forum::Post;
|
||||||
|
|
||||||
=head1 LEGAL
|
=head1 LEGAL
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
WebGUI is Copyright 2001-2003 Plain Black LLC.
|
WebGUI is Copyright 2001-2003 Plain Black LLC.
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
|
@ -11,7 +11,7 @@ package WebGUI::Forum::Post;
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
http://www.plainblack.com info@plainblack.com
|
http://www.plainblack.com info@plainblack.com
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
package WebGUI::Forum::Thread;
|
package WebGUI::Forum::Thread;
|
||||||
|
|
||||||
=head1 LEGAL
|
=head1 LEGAL
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
WebGUI is Copyright 2001-2003 Plain Black LLC.
|
WebGUI is Copyright 2001-2003 Plain Black LLC.
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
|
@ -11,7 +11,7 @@ package WebGUI::Forum::Thread;
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
http://www.plainblack.com info@plainblack.com
|
http://www.plainblack.com info@plainblack.com
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
package WebGUI::Forum::UI;
|
package WebGUI::Forum::UI;
|
||||||
|
|
||||||
=head1 LEGAL
|
=head1 LEGAL
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
WebGUI is Copyright 2001-2003 Plain Black LLC.
|
WebGUI is Copyright 2001-2003 Plain Black LLC.
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
|
@ -11,7 +11,7 @@ package WebGUI::Forum::UI;
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
http://www.plainblack.com info@plainblack.com
|
http://www.plainblack.com info@plainblack.com
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
use strict qw(vars subs);
|
use strict qw(vars subs);
|
||||||
|
|
@ -2240,6 +2240,7 @@ The web method to unsubscribe from a thread.
|
||||||
=item caller
|
=item caller
|
||||||
|
|
||||||
A hash reference containing information passed from the calling object.
|
A hash reference containing information passed from the calling object.
|
||||||
|
|
||||||
=back
|
=back
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue