• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Sys/H09-Nov-2019-15424

t/H09-Nov-2019-7561

CHANGELOGH A D09-Nov-2019551 2014

MANIFESTH A D01-Apr-2012241 109

META.jsonH A D09-Nov-2019962 4342

META.ymlH A D09-Nov-2019590 2423

Makefile.PLH A D11-Jul-2005339 1512

READMEH A D01-Apr-2012445 2215

README

1README for Sys::RunAlone
2
3Provide a simple way to make sure the script from which this module is
4loaded, is always running on the server.
5
6Copyright (c) 2005 Elizabeth Mattijsen <liz@dijkmat.nl>. All rights
7reserved.  This program is free software; you can redistribute it and/or
8modify it under the same terms as Perl itself.
9
10Version:
11 0.05
12
13Required Modules:
14 Fcntl (any)
15
16The build is standard:
17
18perl Makefile.PL
19make
20make test
21make install
22