JSORB::Server::Traits::WithDebug - A debugging trait for JSORB::Server::Simple


JSORB documentation  | view source Contained in the JSORB distribution.

Index


NAME

Top

JSORB::Server::Traits::WithDebug - A debugging trait for JSORB::Server::Simple

SYNOPSIS

Top

  JSORB::Server::Simple->new_with_traits(
      traits     => [ 'JSORB::Server::Traits::WithDebug' ],
      dispatcher => JSORB::Dispatcher::Path->new(
          namespace => $ns,
      )
  )->run;

DESCRIPTION

Top

This is a trait meant to be used with JSORB::Server::Simple to aid in debugging. It basically prints out nicely formatted ASCII tables to STDERR.

BUGS

Top

All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.

AUTHOR

Top

Stevan Little <stevan.little@iinteractive.com>

COPYRIGHT AND LICENSE

Top


JSORB documentation  | view source Contained in the JSORB distribution.