diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 3500c550e..6e2c93dbc 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -1,3 +1,6 @@ +6.7.4 + - fix [ 1279861 ] POD errors in 6.7.3 + 6.7.3 - User search now includes user alias. - Fixed a bug in the user manager where userId, date created, date updated, diff --git a/lib/WebGUI/Asset/Post.pm b/lib/WebGUI/Asset/Post.pm index bb1e46837..983123cf9 100644 --- a/lib/WebGUI/Asset/Post.pm +++ b/lib/WebGUI/Asset/Post.pm @@ -729,7 +729,7 @@ sub rate { #------------------------------------------------------------------- -=head setParent ( newParent ) +=head2 setParent ( newParent ) We're overloading the setParent in Asset because we don't want posts to be able to be posted to anything other than other posts or threads. diff --git a/lib/WebGUI/Asset/Post/Thread.pm b/lib/WebGUI/Asset/Post/Thread.pm index 16ae9eaf8..8fee2a9de 100644 --- a/lib/WebGUI/Asset/Post/Thread.pm +++ b/lib/WebGUI/Asset/Post/Thread.pm @@ -492,7 +492,7 @@ sub setLastPost { #------------------------------------------------------------------- -=head setParent ( newParent ) +=head2 setParent ( newParent ) We're overloading the setParent in Asset because we don't want threads to be able to be posted to anything other than other collaboration systems. diff --git a/lib/WebGUI/Cache/FileCache.pm b/lib/WebGUI/Cache/FileCache.pm index 64fb84b12..f942e4386 100644 --- a/lib/WebGUI/Cache/FileCache.pm +++ b/lib/WebGUI/Cache/FileCache.pm @@ -115,7 +115,7 @@ sub get { #------------------------------------------------------------------- -=head getFolder ( ) +=head2 getFolder ( ) Returns the path to the cache folder for this key. diff --git a/lib/WebGUI/Form/HTMLArea.pm b/lib/WebGUI/Form/HTMLArea.pm index ee2cd8bf5..f38359385 100644 --- a/lib/WebGUI/Form/HTMLArea.pm +++ b/lib/WebGUI/Form/HTMLArea.pm @@ -63,8 +63,6 @@ The number of columns (in characters) wide the box should be. Defaults to the se The ID of the WebGUI::Asset::RichEdit object to load. Defaults to the richEditor setting or "PBrichedit000000000001" if that's not set. -=head - =cut sub definition { diff --git a/lib/WebGUI/Form/Textarea.pm b/lib/WebGUI/Form/Textarea.pm index 42d9f8c44..a531e6736 100644 --- a/lib/WebGUI/Form/Textarea.pm +++ b/lib/WebGUI/Form/Textarea.pm @@ -59,8 +59,6 @@ The number of columns (in characters) wide the box should be. Defaults to the se The style of wrapping this form should use. Defaults to "virtual". Other possible values are "off" and "physical". -=head - =cut sub definition {