sinkovsky / file-lockfile

File::Lockfile which is used to prevent scripts from simultaneous run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File::Lockfile
 
Simple lockfile module

INSTALLATION
  
To install this module type the following:
   
  $ perl Build.PL
  $ perl ./Build
  $ perl ./Build test
  $ sudo perl ./Build install
	     
COPYRIGHT AND LICENCE
      
Copyright 2008, Sergey Sinkovskiy <glorybox@cpan.org>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

About

File::Lockfile which is used to prevent scripts from simultaneous run


Languages

Language:Perl 100.0%