]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Neue Version podchecker erkennt leere Setions und fehlende Leerzeilen
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 11 May 2012 12:51:25 +0000 (14:51 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 11 May 2012 12:52:20 +0000 (14:52 +0200)
SL/Auth.pm
SL/DB/Helper/Attr.pm
SL/DBUtils.pm
SL/MoreCommon.pm
SL/WH.pm

index d00edb812d9a472af34e0edab2525b8d7ba608ea..9ed86d66505160e332d5364b14658f77f2711b66 100644 (file)
@@ -1298,6 +1298,7 @@ SL::Auth - Authentication and session handling
 =over 4
 
 =item C<set_session_value @values>
+
 =item C<set_session_value %values>
 
 Store all values of C<@values> or C<%values> in the session. Each
index f7fabfe899e63599104a7656945b16dddbb6b5c1..8c99903d3686f5daddd9776017db93575838da23 100644 (file)
@@ -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 <s.schoeling@linet-services.de>
+
 =cut
index 5fc33cedc75dedbc9c73f0653d0efe22af756793..1f243bcfd804b079abb17c8635e6a036bf7296d1 100644 (file)
@@ -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
index 9be3bc8a16c9ef66e096ccb26904d0216f400cc3..dad975037db50c75507cd44b36b66288bedaa88a 100644 (file)
@@ -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.
index cc53427c50a378cc3f87a53aa2594c29b1ea9185..9a0635603af2a34e21b1d476d2083f8d96fb81ca 100644 (file)
--- 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<warehouse_report>
 
 =head1 BUGS
 
+None yet.
+
 =head1 AUTHOR
 
 =cut