The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MPMinus::Debug::System - Debug functions

VERSION

Version 1.13

SYNOPSIS

    use MPMinus::Debug::System;

DESCRIPTION

Debug functions. See Kernel.pm of yuor project

FUNCTIONS

typeglobs_info
    my %info = typeglobs_info( $namespace );

Returns list of defined typeglobs by $namespace

callstack_info
    my %info = callstack_info();

Returns Call stack

isa_info
    my %info = isa_info( $namespace );

Returns ISA contents by $namespace

env_info
    my %info = env_info();

Returns %ENV contents

config_info
    my %info = config_info( $m->get('conf') );

Returns configuration dump

metadata_info
    my %info = metadata_info( catfile($m->conf('document_root'), 'META.yml') );

Returns data from META.yml file of project

controllers_info
    my %info = controllers_info( $m->disp() );

Returns controllers information from dispatcher records

AUTHOR

Serz Minus (Lepenkov Sergey) http://serzik.ru <minus@mail333.com>

COPYRIGHT

Copyright (C) 1998-2013 D&D Corporation. All Rights Reserved

LICENSE

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See LICENSE file