update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Sub-Install?expand=0&rev=24
This commit is contained in:
parent
7f42440050
commit
d650d2059b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acb2496643784976fe8edebc7b412e9a93f6f0825631f5bd9186c810aed1763e
|
||||
size 15065
|
3
Sub-Install-0.927.tar.gz
Normal file
3
Sub-Install-0.927.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:955ee386303163147363cdc7856e4f69ab6b9d4cdc343f2539c4a1c857d3af5a
|
||||
size 17583
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 07:38:53 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 0.927
|
||||
rebuild using Dist::Zilla, update links to repo, metadata, etc.
|
||||
typo fixes, thanks David Steinbrunner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 28 08:19:21 UTC 2012 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Sub-Install
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Sub-Install
|
||||
Version: 0.926
|
||||
Version: 0.927
|
||||
Release: 0
|
||||
%define cpan_name Sub-Install
|
||||
Summary: Install subroutines into packages easily
|
||||
@ -29,13 +29,13 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
#BuildRequires: perl(Sub::Install)
|
||||
#BuildRequires: perl(Test::Perl::Critic)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
This module makes it easy to install subroutines into packages without the
|
||||
unslightly mess of 'no strict' or typeglobs lying about where just anyone
|
||||
unsightly mess of 'no strict' or typeglobs lying about where just anyone
|
||||
can see them.
|
||||
|
||||
%prep
|
||||
@ -55,6 +55,6 @@ can see them.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes LICENSE MYMETA.json MYMETA.yml README
|
||||
%doc Changes LICENSE README
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user