How to Install and Uninstall perl-Perl-PrereqScanner Package on openSUSE Leap

Last updated: May 02,2024

1. Install "perl-Perl-PrereqScanner" package

Here is a brief guide to show you how to install perl-Perl-PrereqScanner on openSUSE Leap

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

2. Uninstall "perl-Perl-PrereqScanner" package

This guide let you learn how to uninstall perl-Perl-PrereqScanner on openSUSE Leap:

$ sudo zypper remove perl-Perl-PrereqScanner

3. Information about the perl-Perl-PrereqScanner package on openSUSE Leap

Information for package perl-Perl-PrereqScanner:
------------------------------------------------
Repository : Main Repository
Name : perl-Perl-PrereqScanner
Version : 1.025-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 80.1 KiB
Installed : No
Status : not installed
Source package : perl-Perl-PrereqScanner-1.025-bp155.1.4.src
Upstream URL : https://metacpan.org/release/Perl-PrereqScanner
Summary : Tool to scan your Perl code for its prerequisites
Description :
The scanner will extract loosely your distribution prerequisites from your
files.
The extraction may not be perfect but tries to do its best. It will
currently find the following prereqs:
* plain lines beginning with 'use' or 'require' in your perl modules and
scripts, including minimum perl version
* regular inheritance declared with the 'base' and 'parent' pragmata
* Moose inheritance declared with the 'extends' keyword
* Moose roles included with the 'with' keyword
* OO namespace aliasing using the 'aliased' module