summaryrefslogtreecommitdiff
path: root/content/meta/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-05-07 22:38:41 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commit6ba06035b145607f1fba37d6582fc2c9e0b111bf (patch)
treede42e89edef74d857b6766a99e74bc123dc77794 /content/meta/gemfeed
parentf33a1b29a8809d57ae1794bff7c6681f888b788e (diff)
add perldaemon
Diffstat (limited to 'content/meta/gemfeed')
-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."