NAME

Devel::Command::DBSub::DB_5_6.pm - Perl 5.6 debugger patch

SYNOPSIS

  # in .perldb
  use Devel::Command; 

DESCRIPTION

Devel::Command::DBSub::DB_5_6 encapsulates the DB() subroutine to be used to patch the debugger when Devel::Command is loaded. This module should work for any sub-version of Perl 5.6.

The import subroutine in this module determines whether or not the perl we're running under is perl 5.6.x or not.

alt_56_DB

This subroutine is essentially a copy of the 5.6 DB::DB function, with the code necessary to pick up custom functions patched in.

SEE ALSO

perl5db.pl, notably the documentation for the DB::DB subroutine.

Devel::Command, for details on the DBSub plugins.

AUTHOR

Joe McMahon, <mcmahon@ibiblio.org>

COPYRIGHT AND LICENSE

Copyright (C) 2006 by Joe McMahon

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.