################################################################################
use strict;
+use Carp;
use vars qw(
@EXPORT_OK
%EXPORT_TAGS
&lockfile(&masterfile($_[0]));
}
sub masterfile ($) {
+ confess unless defined $_[0];
"$_[0].master";
}
#
#
-### end of Lock ################################################################
+### end of Lock ################################################################
\ No newline at end of file