Acme-Coro-Suke

 view release on metacpan or  search on metacpan

META.yml  view on Meta::CPAN

---
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

}


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

clouder
gunyarakun
hio_d
hirose31
ikebe
kan
kazeburo
daisuke
maki
TODO
corosuke
benzo



( run in 0.785 second using v1.01-cache-2.11-cpan-87723dcf8b7 )