king module with apology for lack of docs
Matt S Trout [Fri, 23 Dec 2011 07:40:56 +0000 (07:40 +0000)]
lib/Tak/Daemon.pm [new file with mode: 0644]

diff --git a/lib/Tak/Daemon.pm b/lib/Tak/Daemon.pm
new file mode 100644 (file)
index 0000000..250ec33
--- /dev/null
@@ -0,0 +1,35 @@
+package Tak::Daemon;
+
+use strictures 1;
+
+our $VERSION = '0.001001';
+
+1;
+
+=head1 NAME
+
+Tak::Daemon - tools for doing daemon-like things with Tak
+
+=head1 SYNOPSIS
+
+  die "mst is an ass and needs to ship this now, more in a later release";
+
+=head1 AUTHOR
+
+mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>
+
+=head1 CONTRIBUTORS
+
+None required yet. Maybe this module is perfect (hahahahaha ...).
+
+=head1 COPYRIGHT
+
+Copyright (c) 2011 the Tak::Daemon L</AUTHOR> and L</CONTRIBUTORS>
+as listed above.
+
+=head1 LICENSE
+
+This library is free software and may be distributed under the same terms
+as perl itself.
+
+=cut