forked from pool/perl-Config-GitLike
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-GitLike?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
d572763451
commit
e9b9957229
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd766d04705e499b976a906a464d4d1d4ff06e574f60d0d6747c26a136f0ce18
|
||||
size 48233
|
3
Config-GitLike-1.12.tar.gz
Normal file
3
Config-GitLike-1.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da84ed50f042c6462ff9e0f0b7ccfba6c71a584c6409d4a2d62cbc1c0717529f
|
||||
size 48821
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 6 17:49:11 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 1.12
|
||||
- Reformat Changes file to follow CPAN::Changes::Spec; no functional
|
||||
changes.
|
||||
- Switch from the deprecated Any::Moose to Moo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 15:53:38 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Config-GitLike
|
||||
Version: 1.10
|
||||
Version: 1.12
|
||||
Release: 0
|
||||
%define cpan_name Config-GitLike
|
||||
Summary: git-compatible config file parsing
|
||||
@@ -29,7 +29,8 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Any::Moose)
|
||||
BuildRequires: perl(Moo)
|
||||
BuildRequires: perl(MooX::Types::MooseLike)
|
||||
BuildRequires: perl(Test::Exception)
|
||||
#BuildRequires: perl(Config::GitLike)
|
||||
#BuildRequires: perl(inc::Module::Install)
|
||||
@@ -37,10 +38,12 @@ BuildRequires: perl(Test::Exception)
|
||||
#BuildRequires: perl(LWP::Simple)
|
||||
#BuildRequires: perl(Module::Build)
|
||||
#BuildRequires: perl(Module::Install::Base)
|
||||
#BuildRequires: perl(MooX::Types::MooseLike::Base)
|
||||
#BuildRequires: perl(Parse::CPAN::Meta)
|
||||
#BuildRequires: perl(TestConfig)
|
||||
#BuildRequires: perl(YAML::Tiny)
|
||||
Requires: perl(Any::Moose)
|
||||
Requires: perl(Moo)
|
||||
Requires: perl(MooX::Types::MooseLike)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -74,8 +77,8 @@ written by git. The converse is usually true, but only if you don't take
|
||||
advantage of this module's increased permissiveness when it comes to key
|
||||
names. (See the DIFFERENCES FROM GIT-CONFIG manpage for details.)
|
||||
|
||||
This is an object-oriented module using Any::Moose. All subroutines are
|
||||
object method calls.
|
||||
This is an object-oriented module using Moo. All subroutines are object
|
||||
method calls.
|
||||
|
||||
A few methods have parameters that are always used for the same purpose:
|
||||
|
||||
|
Reference in New Issue
Block a user