king module with apology for lack of docs
[scpubgit/Tak-Daemon.git] / lib / Tak / Daemon.pm
CommitLineData
c3673df1 1package Tak::Daemon;
2
3use strictures 1;
4
5our $VERSION = '0.001001';
6
71;
8
9=head1 NAME
10
11Tak::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
19mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>
20
21=head1 CONTRIBUTORS
22
23None required yet. Maybe this module is perfect (hahahahaha ...).
24
25=head1 COPYRIGHT
26
27Copyright (c) 2011 the Tak::Daemon L</AUTHOR> and L</CONTRIBUTORS>
28as listed above.
29
30=head1 LICENSE
31
32This library is free software and may be distributed under the same terms
33as perl itself.
34
35=cut