king module with apology for lack of docs
[scpubgit/Tak-Daemon.git] / lib / Tak / Daemon.pm
1 package Tak::Daemon;
2
3 use strictures 1;
4
5 our $VERSION = '0.001001';
6
7 1;
8
9 =head1 NAME
10
11 Tak::Daemon - tools for doing daemon-like things with Tak
12
13 =head1 SYNOPSIS
14
15   die "mst is an ass and needs to ship this now, more in a later release";
16
17 =head1 AUTHOR
18
19 mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>
20
21 =head1 CONTRIBUTORS
22
23 None required yet. Maybe this module is perfect (hahahahaha ...).
24
25 =head1 COPYRIGHT
26
27 Copyright (c) 2011 the Tak::Daemon L</AUTHOR> and L</CONTRIBUTORS>
28 as listed above.
29
30 =head1 LICENSE
31
32 This library is free software and may be distributed under the same terms
33 as perl itself.
34
35 =cut