Accepting request 483234 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/483234
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Function-Parameters?expand=0&rev=10
This commit is contained in:
Stephan Kulow
2017-03-29 08:51:39 +00:00
committed by Git OBS Bridge
parent 86cadf1649
commit 39f05fc435
4 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d7c244094d102b1c3a584b67df9be6fede36ac054eccff84b007692ce7a47e7
size 76889

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2d6f72c6c743878bc3c4a50b11f945be620121c27b3345f6c6ca143611987f7
size 86021

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 29 05:45:39 UTC 2017 - coolo@suse.com
- updated to 2.000002
see /usr/share/doc/packages/perl-Function-Parameters/Changes
-------------------------------------------------------------------
Sat Mar 18 06:46:10 UTC 2017 - coolo@suse.com

View File

@@ -17,10 +17,10 @@
Name: perl-Function-Parameters
Version: 1.0706
Version: 2.000002
Release: 0
%define cpan_name Function-Parameters
Summary: Subroutine Definitions with Parameter Lists
Summary: Define Functions and Methods with Parameter Lists ("Subroutine Signatures")
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Function-Parameters/
@@ -30,13 +30,21 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Dir::Self)
BuildRequires: perl(Hash::Util) >= 0.07
BuildRequires: perl(Test::Fatal)
%{perl_requires}
%description
This module extends Perl with keywords that let you define functions with
parameter lists. It uses Perl's keyword plugin API, so it works reliably
and doesn't require a source filter.
This module provides two new keywords, 'fun' and 'method', for defining
functions and methods with parameter lists. At minimum this saves you from
having to unpack '@_' manually, but this module can do much more for you.
The parameter lists provided by this module are similar to the 'signatures'
feature available in perl v5.20+. However, this module supports all perl
versions starting from v5.14, it offers far more features than core
signatures, and it is not experimental. The downside is that you need a C
compiler if you want to install it from source, as it uses Perl's keyword
plugin API in order to work reliably without requiring a source filter.
%prep
%setup -q -n %{cpan_name}-%{version}