summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/input.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-11-12 02:00:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:45 -0500
commita20b130b5f275a264cfdd59adcb25987fba97fc2 (patch)
treeba41300636f3705c4e75aeb5e7a0faddbc726e89 /source4/build/smb_build/input.pm
parentab440ac6f75c12989d5dc15cc75a99e62f35612f (diff)
downloadsamba-a20b130b5f275a264cfdd59adcb25987fba97fc2.tar.gz
samba-a20b130b5f275a264cfdd59adcb25987fba97fc2.tar.bz2
samba-a20b130b5f275a264cfdd59adcb25987fba97fc2.zip
r3691: Use packages
(This used to be commit 975f06b626a3cc25e69bbe95dcfa04dc78e3dc92)
Diffstat (limited to 'source4/build/smb_build/input.pm')
-rw-r--r--source4/build/smb_build/input.pm5
1 files changed, 4 insertions, 1 deletions
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;