Changeset 8510 for lang/perl/Punc/trunk

Show
Ignore:
Timestamp:
03/30/08 18:45:05 (8 months ago)
Author:
mizzy
Message:

lang/perl/Punc: Add document.

Location:
lang/perl/Punc
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Punc

  • lang/perl/Punc/trunk/lib/Punc.pm

    r8509 r8510  
    1212=head1 NAME 
    1313 
    14 Punc - 
     14Punc - Perl Unified Network Controller 
    1515 
    16 =head1 SYNOPSIS 
     16=head1 SOURCE 
    1717 
    18   use Punc; 
    19  
    20 =head1 DESCRIPTION 
    21  
    22 Punc is 
    23  
    24 =head1 AUTHOR 
    25  
    26 Gosuke Miyashita E<lt>gosukenator@gmail.comE<gt> 
    27  
    28 =head1 SEE ALSO 
     18http://coderepos.org/share/browser/lang/perl/Punc 
    2919 
    3020=head1 REPOSITORY 
     
    3222  svn co http://svn.coderepos.org/share/lang/perl/Punc/trunk Punc 
    3323 
    34 Punc is Subversion repository is hosted at L<http://coderepos.org/share/>. 
    35 patches and collaborators are welcome. 
     24=head1 DESCRIPTION 
     25 
     26Punc は Python 製のシステム管理フレームワーク Func の Perl 実装です。現状はまだプロトタイプです。 
     27 
     28 
     29=head1 USAGE 
     30 
     31=head2 デーモン起動 
     32 
     33  # ./bin/puncd 
     34 
     35=head2 punc コマンドでのモジュール実行 
     36 
     37  # ./bin/punc localhost call service description 
     38  # ./bin/punc localhost call service status httpd 
     39 
     40=head2 Punc::Client でのモジュール実行 
     41 
     42  use Punc::Client; 
     43  my $punc = Punc::Client->new('localhost'); 
     44  my $res  = $punc->service->status('httpd'); 
     45 
     46=head1 TODO 
     47 
     48たくさん 
     49 
     50 
     51=head1 AUTHOR 
     52 
     53Gosuke Miyashita E<lt>gosukenator at gmail.comE<gt> 
     54 
     55=head1 SEE ALSO 
     56 
     57L<https://fedorahosted.org/func/> 
    3658 
    3759=head1 LICENSE