X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ec1dc3e8dd611bf973ba7306d6a09d65a7e2bfce..6e0fe1dc46a643b80c36b21c4cb62c2f09227f45:/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;