forked from pool/perl-App-perlbrew
- updated to 0.74
see /usr/share/doc/packages/perl-App-perlbrew/Changes 0.74: # 2015-11-24T20:55:02+0100 - A big thanks for our contributers: Aristotle Pagaltzis, Dave Jacoby, Dylan Cali, John Krull, Kevin Johnson, Nathan Day, Paul Cochrane, Tudor Constantin, Yanick Champoux, tm604 - support PERLBREW_LIB_PREFIX.c29813cd46
- prefer https and remove insecure download cli flags.f49a908c17
- perlbrew now dies when switching to/use a lib that does not exist. https://github.com/gugod/App-perlbrew/issues/432 - RHEL vendorlib fix https://github.com/gugod/App-perlbrew/issues/409 - improvements with fish integration. - unbreak when running with perl 5.14 or earlier: "list" command now correctly display lib names. - retaining flags in upgrade-perl.b8d466670b
- variour document clean up and improvements. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=38
This commit is contained in:
committed by
Git OBS Bridge
parent
c9b7865a5f
commit
eeda0ca233
@@ -17,10 +17,10 @@
|
||||
|
||||
|
||||
Name: perl-App-perlbrew
|
||||
Version: 0.73
|
||||
Version: 0.74
|
||||
Release: 0
|
||||
%define cpan_name App-perlbrew
|
||||
Summary: Manage perl installations in your $HOME
|
||||
Summary: Manage perl installations in your C<$HOME>
|
||||
License: MIT
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/App-perlbrew/
|
||||
@@ -38,7 +38,7 @@ BuildRequires: perl(IO::All) >= 0.51
|
||||
BuildRequires: perl(Path::Class) >= 0.33
|
||||
BuildRequires: perl(Pod::Parser) >= 1.62
|
||||
BuildRequires: perl(Pod::Usage) >= 1.64
|
||||
BuildRequires: perl(Test::Exception) >= 0.32
|
||||
BuildRequires: perl(Test::Exception) >= 0.320000
|
||||
BuildRequires: perl(Test::More) >= 1.001002
|
||||
BuildRequires: perl(Test::NoWarnings) >= 1.04
|
||||
BuildRequires: perl(Test::Output) >= 1.03
|
||||
@@ -90,6 +90,6 @@ find . -type f -print0 | xargs -0 chmod 644
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes doc LICENSE README
|
||||
%doc Changes doc LICENSE README README.md
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user