Acme-Coro-Suke

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
11
12
---
abstract: 'the only real corosuke in benzo'
author:
  - 'Masahiro Chiba <chiba@geminium.com>'
build_requires:
  ExtUtils::MakeMaker: 6.42
  IO::Scalar: 0
  Test::More: 0
  YAML: 0
configure_requires:
  ExtUtils::MakeMaker: 6.42
distribution_type: module

lib/Acme/Coro/Suke.pm  view on Meta::CPAN

22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
}
 
 
1;
__END__
 
=encoding utf8
 
=head1 NAME
 
Acme::Coro::Suke - the only real corosuke in benzo
 
=head1 SYNOPSIS
 
  use Coro;
  use Acme::Coro::Suke;
 
  benzo {
      print "コロ助君、ワス幸せっス\n";
      cede;
      print "・・・\n";
  };
 
  print "1\n";
  cede; # inside to benzo
  print "2\n";
  cede; # and again
 
 
=head1 DESCRIPTION
 
This module emulate to corosuke x benzo.
 
=head1 AUTHOR
 
Masahiro Chiba E<lt>chiba@geminium.comE<gt>
 
=head1 SEE ALSO
 
=head1 LICENSE
 
This library is free software; you can redistribute it and/or modify

xt/01_podspell.t  view on Meta::CPAN

23
24
25
26
27
28
29
30
31
32
33
34
clouder
gunyarakun
hio_d
hirose31
ikebe
kan
kazeburo
daisuke
maki
TODO
corosuke
benzo



( run in 0.245 second using v1.01-cache-2.11-cpan-8d75d55dd25 )