logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Bread::Board::Dumper - Pretty printer for visualizing the layout of your Bread::Board

Author

       Stevan Little <stevan@iinteractive.com>

Author (Actual)

       Daisuke Maki

Bugs

       Please report any bugs or feature requests on the bugtracker website
       https://github.com/stevan/BreadBoard/issues

       When submitting a bug or request, please include a test-file or a patch to an existing test-file that
       illustrates the bug or desired feature.

Description

       This is a useful utility for dumping a clean view of a Bread::Board container.

Name

       Bread::Board::Dumper - Pretty printer for visualizing the layout of your Bread::Board

Synopsis

         use Bread::Board::Dumper;

         print Bread::Board::Dumper->new->dump($container);

         # container: Application
         #   container: Controller
         #   container: View
         #     service: TT
         #       depends_on: include_path
         #   container: Model
         #     service: dsn
         #     service: schema
         #       depends_on: pass
         #       depends_on: ../dsn
         #       depends_on: user

Version

       version 0.37

See Also