How to Install and Uninstall perl-experimental Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "perl-experimental" package
Please follow the guidance below to install perl-experimental on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-experimental
Copied
2. Uninstall "perl-experimental" package
This tutorial shows how to uninstall perl-experimental on openSuSE Tumbleweed:
$
sudo zypper remove
perl-experimental
Copied
3. Information about the perl-experimental package on openSuSE Tumbleweed
Information for package perl-experimental:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-experimental
Version : 0.031-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 40.3 KiB
Installed : No
Status : not installed
Source package : perl-experimental-0.031-1.4.src
Upstream URL : https://metacpan.org/release/experimental
Summary : Experimental features made easy
Description :
This pragma provides an easy and convenient way to enable or disable
experimental features.
Every version of perl has some number of features present but considered
"experimental." For much of the life of Perl 5, this was only a designation
found in the documentation. Starting in Perl v5.10.0, and more aggressively
in v5.18.0, experimental features were placed behind pragmata used to
enable the feature and disable associated warnings.
The 'experimental' pragma exists to combine the required incantations into
a single interface stable across releases of perl. For every experimental
feature, this should enable the feature and silence warnings for the
enclosing lexical scope:
use experimental 'feature-name';
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-experimental
Version : 0.031-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 40.3 KiB
Installed : No
Status : not installed
Source package : perl-experimental-0.031-1.4.src
Upstream URL : https://metacpan.org/release/experimental
Summary : Experimental features made easy
Description :
This pragma provides an easy and convenient way to enable or disable
experimental features.
Every version of perl has some number of features present but considered
"experimental." For much of the life of Perl 5, this was only a designation
found in the documentation. Starting in Perl v5.10.0, and more aggressively
in v5.18.0, experimental features were placed behind pragmata used to
enable the feature and disable associated warnings.
The 'experimental' pragma exists to combine the required incantations into
a single interface stable across releases of perl. For every experimental
feature, this should enable the feature and silence warnings for the
enclosing lexical scope:
use experimental 'feature-name';