How to Install and Uninstall perl-Perl-PrereqScanner-NotQuiteLite Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-Perl-PrereqScanner-NotQuiteLite" package

Here is a brief guide to show you how to install perl-Perl-PrereqScanner-NotQuiteLite on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Perl-PrereqScanner-NotQuiteLite

2. Uninstall "perl-Perl-PrereqScanner-NotQuiteLite" package

Please follow the instructions below to uninstall perl-Perl-PrereqScanner-NotQuiteLite on openSuSE Tumbleweed:

$ sudo zypper remove perl-Perl-PrereqScanner-NotQuiteLite

3. Information about the perl-Perl-PrereqScanner-NotQuiteLite package on openSuSE Tumbleweed

Information for package perl-Perl-PrereqScanner-NotQuiteLite:
-------------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Perl-PrereqScanner-NotQuiteLite
Version : 0.9917-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 258.7 KiB
Installed : No
Status : not installed
Source package : perl-Perl-PrereqScanner-NotQuiteLite-0.9917-1.4.src
Upstream URL : https://metacpan.org/release/Perl-PrereqScanner-NotQuiteLite
Summary : Tool to scan your Perl code for its prerequisites
Description :
Perl::PrereqScanner::NotQuiteLite is yet another prerequisites scanner. It
passes almost all the scanning tests for Perl::PrereqScanner and
Module::ExtractUse (ie. except for a few dubious ones), and runs slightly
faster than PPI-based Perl::PrereqScanner. However, it doesn't run as fast
as Perl::PrereqScanner::Lite (which uses an XS lexer).
Perl::PrereqScanner::NotQuiteLite also recognizes 'eval'. Prerequisites in
'eval' are not considered as requirements, but you can collect them as
suggestions.
Conditional requirements or requirements loaded in a block are treated as
recommends. Noed modules are stored separately (since 0.94). You may or may
not need to merge them into requires.
Perl::PrereqScanner::NotQuiteLite can also recognize some of the new
language features such as 'say', subroutine signatures, and postfix
dereferences, to improve the minimum perl requirement (since 0.9905).