Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Test-Synopsis-0.15-bp153.1.14 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: perl-Test-Synopsis Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.15 Vendor: openSUSE
Release: bp153.1.14 Build date: Sat Mar 6 03:39:21 2021
Group: Development/Libraries/Perl Build host: lamb26
Size: 43183 Source RPM: perl-Test-Synopsis-0.15-bp153.1.14.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Test-Synopsis/
Summary: Test your SYNOPSIS code
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.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Tue Mar 08 2016 coolo@suse.com
  - updated to 0.15
    see /usr/share/doc/packages/perl-Test-Synopsis/Changes
    0.15  2016-03-02
    - Specify Pod::Simple version to prereq, as needed
      feature missing from older versions (by autarch)
* Fri Feb 19 2016 coolo@suse.com
  - updated to 0.14
    see /usr/share/doc/packages/perl-Test-Synopsis/Changes
    0.14  2016-02-16
    - Complete rewrite by dolmen
      [BREAKING CHANGES]
    - The undocumented PRIVATE subroutine extract_synopsis
      has been renamed. Any code using it will break
* Wed Jan 06 2016 coolo@suse.com
  - updated to 0.13
    see /usr/share/doc/packages/perl-Test-Synopsis/Changes
    0.13  2016-01-04
    - Fix #12 conflict with multiple chunks (by turnstep)
* Sat Jan 02 2016 coolo@suse.com
  - updated to 0.12
    see /usr/share/doc/packages/perl-Test-Synopsis/Changes
    0.12  2015-12-27
    - Add META.json (monsieurp)
* Mon Apr 13 2015 coolo@suse.com
  - updated to 0.11
    see /usr/share/doc/packages/perl-Test-Synopsis/Changes
    0.11  2014-10-04
      [Changes by ZOFFIX]
    - Added #10 to CAVEATS (redefined warnings)
    - Fixed #11 (failing tests on newer perls)
* Sun Feb 09 2014 coolo@suse.com
  - updated to 0.10
      [Changes by ZOFFIX]
    - Reverted the change of renaming extract_synopsis() to
      _extract_synopsis(), as it appears some distros have used
      undocumented extract_synopsis() in their user tests, and
      the change is causing their distros to fail
    - Added contributors into META file through dzil plugin
    - Fixed prereqs to allow earlier versions of Test-Simple (Issue #9)
    - Removed POD errors from test .pm's to increase Kwalitee
    - Implemented proper handling of __DATA__ tokens
    - Removed unwanted warnings issued during tests
    - Upped required Test-Simple distro version (Fixes Issue #9)
    - Minor pod fixes
    - Converted to dzil for automation of everything and
      auto-generation of all the author/release tests and extra files
    - Fixed RT#84863 (should ignore descriptions, and
      other text that is not code)
      https://rt.cpan.org/Ticket/Display.html?id=84863
* Fri Nov 18 2011 coolo@suse.com
  - use original .tar.gz
* Fri Jan 21 2011 coolo@novell.com
  - initial package 0.06
    * created by cpanspec 1.78.03

Files

/usr/lib/perl5/vendor_perl/5.26.1/Test
/usr/lib/perl5/vendor_perl/5.26.1/Test/Synopsis.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Test-Synopsis
/usr/share/doc/packages/perl-Test-Synopsis/Changes
/usr/share/doc/packages/perl-Test-Synopsis/LICENSE
/usr/share/doc/packages/perl-Test-Synopsis/README
/usr/share/doc/packages/perl-Test-Synopsis/README.md
/usr/share/man/man3/Test::Synopsis.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024