X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ec1dc3e8dd611bf973ba7306d6a09d65a7e2bfce..a89af9c2a38f19bc2834a2e09a286ff36c9ef3d7:/SL/Dev/Inventory.pm diff --git a/SL/Dev/Inventory.pm b/SL/Dev/Inventory.pm index 2ea6a5010..72b8d7661 100644 --- a/SL/Dev/Inventory.pm +++ b/SL/Dev/Inventory.pm @@ -1,7 +1,8 @@ package SL::Dev::Inventory; +use strict; use base qw(Exporter); -@EXPORT = qw(create_warehouse_and_bins set_stock); +our @EXPORT = qw(create_warehouse_and_bins set_stock); use SL::DB::Warehouse; use SL::DB::Bin;