How to Install and Uninstall perl-Devel-StackTrace Package on openSuSE Tumbleweed
Last updated: November 26,2024
1. Install "perl-Devel-StackTrace" package
Please follow the guidance below to install perl-Devel-StackTrace on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Devel-StackTrace
Copied
2. Uninstall "perl-Devel-StackTrace" package
Learn how to uninstall perl-Devel-StackTrace on openSuSE Tumbleweed:
$
sudo zypper remove
perl-Devel-StackTrace
Copied
3. Information about the perl-Devel-StackTrace package on openSuSE Tumbleweed
Information for package perl-Devel-StackTrace:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Devel-StackTrace
Version : 2.50.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 66.0 KiB
Installed : No
Status : not installed
Source package : perl-Devel-StackTrace-2.50.0-2.1.src
Upstream URL : https://metacpan.org/release/Devel-StackTrace
Summary : An object representing a stack trace
Description :
The 'Devel::StackTrace' module contains two classes, 'Devel::StackTrace'
and Devel::StackTrace::Frame. These objects encapsulate the information
that can retrieved via Perl's 'caller' function, as well as providing a
simple interface to this data.
The 'Devel::StackTrace' object contains a set of 'Devel::StackTrace::Frame'
objects, one for each level of the stack. The frames contain all the data
available from 'caller'.
This code was created to support my Exception::Class::Base class (part of
Exception::Class) but may be useful in other contexts.
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Devel-StackTrace
Version : 2.50.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 66.0 KiB
Installed : No
Status : not installed
Source package : perl-Devel-StackTrace-2.50.0-2.1.src
Upstream URL : https://metacpan.org/release/Devel-StackTrace
Summary : An object representing a stack trace
Description :
The 'Devel::StackTrace' module contains two classes, 'Devel::StackTrace'
and Devel::StackTrace::Frame. These objects encapsulate the information
that can retrieved via Perl's 'caller' function, as well as providing a
simple interface to this data.
The 'Devel::StackTrace' object contains a set of 'Devel::StackTrace::Frame'
objects, one for each level of the stack. The frames contain all the data
available from 'caller'.
This code was created to support my Exception::Class::Base class (part of
Exception::Class) but may be useful in other contexts.