forked from pool/perl-Class-Method-Modifiers
Accepting request 177284 from home:coolo:update-perl
- updated to 2.04 Test for and fix $_ corruption (Vladimir Timofeev) New 'fresh' modifier (Aaron Crane) Avoid "Variable "$..." will not stay shared" warnings under 5.8.x (from changes in 1.09) [#80194] (Karen Etheridge) OBS-URL: https://build.opensuse.org/request/show/177284 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Method-Modifiers?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
8264059f9f
commit
36085b6e24
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:851b3fbff6ba319c6d7f0302dc2ba036534bdd20d44d2829726cb39d853e64be
|
|
||||||
size 29104
|
|
3
Class-Method-Modifiers-2.04.tar.gz
Normal file
3
Class-Method-Modifiers-2.04.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d8438dc8f91712cb30f3c2bfffd78038290269339fe69ad6c102d5b694cff52a
|
||||||
|
size 42886
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 3 15:36:16 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.04
|
||||||
|
Test for and fix $_ corruption (Vladimir Timofeev)
|
||||||
|
New 'fresh' modifier (Aaron Crane)
|
||||||
|
Avoid "Variable "$..." will not stay shared" warnings under 5.8.x
|
||||||
|
(from changes in 1.09) [#80194] (Karen Etheridge)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 19 13:17:11 UTC 2012 - tabraham@novell.com
|
Thu Apr 19 13:17:11 UTC 2012 - tabraham@novell.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Class-Method-Modifiers
|
# spec file for package perl-Class-Method-Modifiers
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,27 +17,30 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Class-Method-Modifiers
|
Name: perl-Class-Method-Modifiers
|
||||||
Version: 1.09
|
Version: 2.04
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Class-Method-Modifiers
|
%define cpan_name Class-Method-Modifiers
|
||||||
Summary: Provides Moose-like method modifiers
|
Summary: Provides Moose-like method modifiers
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Class-Method-Modifiers/
|
Url: http://search.cpan.org/dist/Class-Method-Modifiers/
|
||||||
Source: http://www.cpan.org/authors/id/S/SA/SARTAK/%{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.36
|
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::More)
|
#BuildRequires: perl(App::pod2pdf)
|
||||||
#BuildRequires: perl(Class::Method::Modifiers)
|
#BuildRequires: perl(Class::Method::Modifiers)
|
||||||
#BuildRequires: perl(inc::Module::Install)
|
#BuildRequires: perl(inc::Module::Install)
|
||||||
#BuildRequires: perl(JSON)
|
#BuildRequires: perl(JSON)
|
||||||
#BuildRequires: perl(LWP::Simple)
|
#BuildRequires: perl(LWP::Simple)
|
||||||
#BuildRequires: perl(Module::Build)
|
#BuildRequires: perl(Module::Build)
|
||||||
|
#BuildRequires: perl(Module::Install::AuthorRequires)
|
||||||
|
#BuildRequires: perl(Module::Install::AutoLicense)
|
||||||
#BuildRequires: perl(Module::Install::Base)
|
#BuildRequires: perl(Module::Install::Base)
|
||||||
|
#BuildRequires: perl(Module::Install::GithubMeta)
|
||||||
|
#BuildRequires: perl(Module::Install::ReadmeFromPod)
|
||||||
#BuildRequires: perl(Parse::CPAN::Meta)
|
#BuildRequires: perl(Parse::CPAN::Meta)
|
||||||
#BuildRequires: perl(YAML::Tiny)
|
#BuildRequires: perl(YAML::Tiny)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -75,6 +78,9 @@ As of version 1.00, 'Class::Method::Modifiers' is faster in some cases than
|
|||||||
the Moose manpage. See 'benchmark/method_modifiers.pl' in the the Moose
|
the Moose manpage. See 'benchmark/method_modifiers.pl' in the the Moose
|
||||||
manpage distribution.
|
manpage distribution.
|
||||||
|
|
||||||
|
'Class::Method::Modifiers' also provides an additional "modifier" type,
|
||||||
|
'fresh'; see below.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
find . -type f -print0 | xargs -0 chmod 644
|
find . -type f -print0 | xargs -0 chmod 644
|
||||||
@@ -93,6 +99,6 @@ find . -type f -print0 | xargs -0 chmod 644
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes
|
%doc Changes LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user