-
-
25 Feb 2008 22:46:25 UTC
- Distribution: Devel-Command
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (701 / 0 / 2)
- Kwalitee
Bus factor: 1- 3.38% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (50.55KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Module::Pluggable
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Devel::Command::DBSub::DB_5_10 - Devel::Command debugger patch for 5.10
SYNOPSIS
# in .perldb: use Devel::Command;
DESCRIPTION
Devel::Command::DBSub::DB_5_10
loads a patched version of the debugger'sDB()
routine that will work with Perl 5.10.alt_510_DB
This subroutine is essentially a copy of the 5.10 DB::DB function, with the code necessary to pick up custom functions patched in.
NOTE
The POD documentation was removed from this subroutine to prevent this documentation becoming confusing. If you want real docs on how the debugger works, see
perldoc perl5db.pl
.SEE ALSO
perl5db.pl
, notably the documentation for theDB::DB
subroutine.Devel::Command
for a description of the debugger patching 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.
Module Install Instructions
To install Devel::Command, copy and paste the appropriate command in to your terminal.
cpanm Devel::Command
perl -MCPAN -e shell install Devel::Command
For more information on module installation, please visit the detailed CPAN module installation guide.