Version 1 (modified by mizzy, 5 years ago)

--

Punc - Perl Unified Network Controller

NAME

Punc - Perl Unified Network Controller

SOURCE

http://coderepos.org/share/browser/lang/perl/Punc

REPOSITORY

  svn co http://svn.coderepos.org/share/lang/perl/Punc/trunk Punc

DESCRIPTION

Punc は Python 製のシステム管理フレームワーク Func(https://fedorahosted.org/func/) の Perl 実装です。現状はまだプロトタイプです。

USAGE

デーモン起動

  # ./bin/puncd

punc コマンドでのモジュール実行

  # ./bin/punc localhost call service description
  # ./bin/punc localhost call service status httpd

Punc::Client でのモジュール実行

  use Punc::Client;
  my $punc = Punc::Client->new('localhost');
  my $res  = $punc->service->status('httpd');

TODO

たくさん

AUTHOR

Gosuke Miyashita <gosukenator at gmail.com>

SEE ALSO

https://fedorahosted.org/func/

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.