Name
IPC::SRLock::Fake - Does nothing but dummy up the public methods in the API
Synopsis
use IPC::SRLock;
my $lock = IPC::SRLock->new( { type => 'fake' } );
$lock->set( k => 'key' );
# Your code goes here...
$lock->reset( k => 'key' );
Description
Does nothing but dummy up the public methods in the API
Configuration and Environment
Defines no additional attributes;
Subroutines/Methods
list
Returns an empty array reference
reset
Returns true
set
Returns true
Diagnostics
None
Dependencies
Incompatibilities
There are no known incompatibilities in this module
Bugs and Limitations
There are no known bugs in this module. Please report problems to http://rt.cpan.org/NoAuth/Bugs.html?Dist=IPC-SRLock. Patches are welcome
Acknowledgements
Larry Wall - For the Perl programming language
Author
Peter Flanigan, <pjfl@cpan.org>
License and Copyright
Copyright (c) 2017 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE