Group
Extension

Matches 1

Bread-Board ( Y/YA/YANICK/Bread-Board-0.37.tar.gz, YANICK, 2019; MetaCPAN )
Bread-Board/lib/Bread/Board/Manual/Concepts.pod ( view source; MetaCPAN )
contrived
example using the L<JSON> module.

  $c->add_service(
      Bread::Board::SetterInjection->new(
          name         => 'json',
          class        => 'JSON',
          dependencies => 
ethod's argument. In this case, the above is the
equivalent of doing:

   my $json = JSON->new;
   $json->utf8(1);
   $json->pretty(1);

You might have been wondering about the fact we didn't specify

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.