Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-Test-Synopsis

Project: openSUSE_13.2

Repository: oss

Title: 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.

Version: 0.10

Release: 2.1.3

Architecture: noarch

Size: 21.9 KB

Build Time: 2014-10-06 15:21:45 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Test::Synopsis) = 0.10
perl-Test-Synopsis = 0.10-2...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl