App-Slaughter
view release on metacpan or search on metacpan
bin/slaughter view on Meta::CPAN
#
# Lock the file.
#
flock( LOCK, LOCK_EX | LOCK_NB ) or
die "$0 already running - Lock file $lockfile is locked";
#
# The file will be closed when slaughter terminates so although it
# looks like we're leaking a handle here this is intentional.
#
}
=begin doc
Create a temporary directory for holding files, some transports need this.
B<NOTE>: This directory will be removed when this process terminates unless
slaughter was invoked with --no-delete.
( run in 0.424 second using v1.01-cache-2.11-cpan-64827b87656 )