Accepting request 442069 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/442069 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Inspector?expand=0&rev=27
This commit is contained in:
parent
933f03e4ed
commit
b6fa00609c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48f7619373fdbb9d3ccf2e456a4a0524bd02833dc5d1bd94a26fa5fbe44fb022
|
||||
size 28950
|
3
Class-Inspector-1.31.tar.gz
Normal file
3
Class-Inspector-1.31.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:065f649f1f7a676f0496c37dc155cf4812edb77bdbb0e95d28c985deff930eeb
|
||||
size 24422
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 26 06:09:58 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.31
|
||||
see /usr/share/doc/packages/perl-Class-Inspector/Changes
|
||||
|
||||
1.31 2016-11-25 09:33:47 -0500
|
||||
- Migrated from Module::Install to Dist::Zilla and ExtUtils::MakeMaker
|
||||
- Fixed meta for repository which was pointing to the wrong URL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 24 06:10:14 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Class-Inspector
|
||||
Version: 1.30
|
||||
Version: 1.31
|
||||
Release: 0
|
||||
%define cpan_name Class-Inspector
|
||||
Summary: Get information about a class and its structure
|
||||
@ -30,6 +30,7 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::More) >= 0.94
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -56,6 +57,6 @@ provide an easier, more friendly interface to this information.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes
|
||||
%doc author.yml Changes LICENSE README
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user