From: Sven Schöling Date: Fri, 11 May 2012 12:51:25 +0000 (+0200) Subject: Neue Version podchecker erkennt leere Setions und fehlende Leerzeilen X-Git-Tag: release-3.0.0beta1~335^2~1^2~1 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=07b14d1f5c08e87ac700564520bc70e1c1ea1923;p=kivitendo-erp.git Neue Version podchecker erkennt leere Setions und fehlende Leerzeilen --- diff --git a/SL/Auth.pm b/SL/Auth.pm index d00edb812..9ed86d665 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -1298,6 +1298,7 @@ SL::Auth - Authentication and session handling =over 4 =item C + =item C Store all values of C<@values> or C<%values> in the session. Each diff --git a/SL/DB/Helper/Attr.pm b/SL/DB/Helper/Attr.pm index f7fabfe89..8c99903d3 100644 --- a/SL/DB/Helper/Attr.pm +++ b/SL/DB/Helper/Attr.pm @@ -129,6 +129,8 @@ sub _as_bool_yn { __END__ +=encoding utf-8 + =head1 NAME SL::DB::Helper::Attr - attribute helpers @@ -144,10 +146,18 @@ SL::DB::Helper::Attr - attribute helpers =head1 DESCRIPTION +Makes attribute helpers. + =head1 FUNCTIONS +see for yourself. + =head1 BUGS +None yet. + =head1 AUTHOR +Sven Schöling + =cut diff --git a/SL/DBUtils.pm b/SL/DBUtils.pm index 5fc33cedc..1f243bcfd 100644 --- a/SL/DBUtils.pm +++ b/SL/DBUtils.pm @@ -605,4 +605,5 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + =cut diff --git a/SL/MoreCommon.pm b/SL/MoreCommon.pm index 9be3bc8a1..dad975037 100644 --- a/SL/MoreCommon.pm +++ b/SL/MoreCommon.pm @@ -201,6 +201,7 @@ The exceptions are documented here. =over 4 =item save_form + =item restore_form A lot of the old sql-ledger routines are strictly procedural. They search for params in the $form object, do stuff with it, and return a status code. diff --git a/SL/WH.pm b/SL/WH.pm index cc53427c5..9a0635603 100644 --- a/SL/WH.pm +++ b/SL/WH.pm @@ -1023,6 +1023,8 @@ An expiration date. Note that this is not by default used by C =head1 BUGS +None yet. + =head1 AUTHOR =cut