From: Matt S Trout Date: Fri, 23 Dec 2011 07:40:56 +0000 (+0000) Subject: king module with apology for lack of docs X-Git-Tag: v0.001001~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FTak-Daemon.git;a=commitdiff_plain;h=c3673df13ce6218bd06cf46dab9319b2a8d30845 king module with apology for lack of docs --- diff --git a/lib/Tak/Daemon.pm b/lib/Tak/Daemon.pm new file mode 100644 index 0000000..250ec33 --- /dev/null +++ b/lib/Tak/Daemon.pm @@ -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) + +=head1 CONTRIBUTORS + +None required yet. Maybe this module is perfect (hahahahaha ...). + +=head1 COPYRIGHT + +Copyright (c) 2011 the Tak::Daemon L and L +as listed above. + +=head1 LICENSE + +This library is free software and may be distributed under the same terms +as perl itself. + +=cut