From a20b130b5f275a264cfdd59adcb25987fba97fc2 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 12 Nov 2004 02:00:58 +0000 Subject: r3691: Use packages (This used to be commit 975f06b626a3cc25e69bbe95dcfa04dc78e3dc92) --- source4/build/smb_build/input.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source4/build/smb_build/input.pm') diff --git a/source4/build/smb_build/input.pm b/source4/build/smb_build/input.pm index d3737ea7d1..a6d5b25f41 100644 --- a/source4/build/smb_build/input.pm +++ b/source4/build/smb_build/input.pm @@ -6,6 +6,9 @@ ### Released under the GNU GPL ### ########################################################### +use strict; +package input; + sub strtrim($) { my $str = shift; @@ -123,7 +126,7 @@ sub _check_binaries($) # check_input($SMB_BUILD_CTX) # # $SMB_BUILD_CTX - the global SMB_BUILD context -sub check_input($) +sub check($) { my $CTX = shift; -- cgit