Debug::Phases

Debug::Phases is a Perl module to announce BEGIN and INIT phases to help locate problems.
Download

Debug::Phases Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Damian Conway
  • Publisher web site:
  • http://search.cpan.org/~dconway/

Debug::Phases Tags


Debug::Phases Description

Debug::Phases is a Perl module to announce BEGIN and INIT phases to help locate problems. Debug::Phases is a Perl module to announce BEGIN and INIT phases to help locate problems.SYNOPSIS use Debug::Phases; # Your code here or: > perl -MDebug::Phases your_scriptThis tiny module does nothing but announce the start of the BEGIN and INIT phases, recording how long the compilation (BEGIN phase) took. It's handy for tracking down whether particular problems are compile-time or run-time, and also for evaluating the time-cost for using other modules.INTERFACENone. It simply prints its information to STDERR.DIAGNOSTICSCompiling...Your script is currently in its BEGIN phaseCompiling...%s seconds. Running...Your script just finished its compile phase (in the indicated time) and is now executing. Requirements: · Perl


Debug::Phases Related Software