summaryrefslogtreecommitdiff
path: root/content/meta
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-05-07 22:38:41 +0100
committerPaul Buetow <paul@buetow.org>2021-05-07 22:38:41 +0100
commit480fdf2a4095bcbda81cd503012361b545037d91 (patch)
tree9489b9656e478ad43b5524a59360bbd1806ab6ba /content/meta
parent304031453e562ebb6b3de28ff771068348519e0f (diff)
add perldaemon
Diffstat (limited to 'content/meta')
-rw-r--r--content/meta/gemfeed/2011-05-07-perl-daemon-service-framework.meta5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/meta/gemfeed/2011-05-07-perl-daemon-service-framework.meta b/content/meta/gemfeed/2011-05-07-perl-daemon-service-framework.meta
new file mode 100644
index 00000000..e1a36376
--- /dev/null
+++ b/content/meta/gemfeed/2011-05-07-perl-daemon-service-framework.meta
@@ -0,0 +1,5 @@
+local meta_date="2011-05-07T22:26:02+01:00"
+local meta_author="Paul Buetow"
+local meta_email="comments@mx.buetow.org"
+local meta_title="Perl Daemon (Service Framework)"
+local meta_summary="PerlDaemon is a minimal daemon for Linux and other Unix like operating systems programmed in Perl. It is a minimal but pretty functional and fairly generic service framework. This means that it does not do anything useful other than providing a framework for starting, stopping, configuring and logging. In order to do something a module (written in Perl) bust be provided.. .....to read on please visit my site."