How to Install and Uninstall perl-Test-Synopsis Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "perl-Test-Synopsis" package
Please follow the guidance below to install perl-Test-Synopsis on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Test-Synopsis
Copied
2. Uninstall "perl-Test-Synopsis" package
Please follow the instructions below to uninstall perl-Test-Synopsis on openSuSE Tumbleweed:
$
sudo zypper remove
perl-Test-Synopsis
Copied
3. Information about the perl-Test-Synopsis package on openSuSE Tumbleweed
Information for package perl-Test-Synopsis:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Synopsis
Version : 0.17-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 42.2 KiB
Installed : No
Status : not installed
Source package : perl-Test-Synopsis-0.17-1.10.src
Upstream URL : https://metacpan.org/release/Test-Synopsis
Summary : Test your SYNOPSIS code
Description :
Test::Synopsis is an (author) test module to find .pm or .pod files under
your _lib_ directory and then make sure the example snippet code in your
_SYNOPSIS_ section passes the perl compile check.
Note that this module only checks the perl syntax (by wrapping the code
with 'sub') and doesn't actually run the code, *UNLESS* that code is a
'BEGIN {}' block or a 'use' statement.
Suppose you have the following POD in your module.
=head1 NAME
Awesome::Template - My awesome template
=head1 SYNOPSIS
use Awesome::Template;
my $template = Awesome::Template->new;
$tempalte->render("template.at");
=head1 DESCRIPTION
An user of your module would try copy-paste this synopsis code and find
that this code doesn't compile because there's a typo in your variable name
_$tempalte_. Test::Synopsis will catch that error before you ship it.
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Synopsis
Version : 0.17-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 42.2 KiB
Installed : No
Status : not installed
Source package : perl-Test-Synopsis-0.17-1.10.src
Upstream URL : https://metacpan.org/release/Test-Synopsis
Summary : Test your SYNOPSIS code
Description :
Test::Synopsis is an (author) test module to find .pm or .pod files under
your _lib_ directory and then make sure the example snippet code in your
_SYNOPSIS_ section passes the perl compile check.
Note that this module only checks the perl syntax (by wrapping the code
with 'sub') and doesn't actually run the code, *UNLESS* that code is a
'BEGIN {}' block or a 'use' statement.
Suppose you have the following POD in your module.
=head1 NAME
Awesome::Template - My awesome template
=head1 SYNOPSIS
use Awesome::Template;
my $template = Awesome::Template->new;
$tempalte->render("template.at");
=head1 DESCRIPTION
An user of your module would try copy-paste this synopsis code and find
that this code doesn't compile because there's a typo in your variable name
_$tempalte_. Test::Synopsis will catch that error before you ship it.