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 d00edb8..9ed86d6 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 f7fabfe..8c99903 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 5fc33ce..1f243bc 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 9be3bc8..dad9750 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 cc53427..9a06356 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