forked from pool/perl-App-perlbrew
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=34
This commit is contained in:
committed by
Git OBS Bridge
parent
e061ae0797
commit
00ac3e63c2
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-App-perlbrew
|
||||
Version: 0.67
|
||||
Version: 0.71
|
||||
Release: 0
|
||||
%define cpan_name App-perlbrew
|
||||
Summary: Manage perl installations in your $HOME
|
||||
@@ -29,21 +29,27 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(CPAN::Perl::Releases) >= 1.26
|
||||
BuildRequires: perl(Capture::Tiny) >= 0.22
|
||||
BuildRequires: perl(Devel::PatchPerl) >= 1.00
|
||||
BuildRequires: perl(IO::All) >= 0.46
|
||||
BuildRequires: perl(Path::Class)
|
||||
BuildRequires: perl(Test::Exception)
|
||||
BuildRequires: perl(Test::NoWarnings)
|
||||
BuildRequires: perl(Test::Output) >= 0.04
|
||||
BuildRequires: perl(Test::Simple) >= 0.98
|
||||
BuildRequires: perl(Test::Spec) >= 0.46
|
||||
BuildRequires: perl(local::lib) >= 1.008026
|
||||
Requires: perl(CPAN::Perl::Releases) >= 1.26
|
||||
Requires: perl(Capture::Tiny) >= 0.22
|
||||
Requires: perl(Devel::PatchPerl) >= 1.00
|
||||
Requires: perl(local::lib) >= 1.008026
|
||||
BuildRequires: perl(CPAN::Perl::Releases) >= 1.84
|
||||
BuildRequires: perl(Capture::Tiny) >= 0.25
|
||||
BuildRequires: perl(Devel::PatchPerl) >= 1.24
|
||||
BuildRequires: perl(File::Temp) >= 0.2304
|
||||
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::More) >= 1.001002
|
||||
BuildRequires: perl(Test::NoWarnings) >= 1.04
|
||||
BuildRequires: perl(Test::Output) >= 1.03
|
||||
BuildRequires: perl(Test::Simple) >= 1.001002
|
||||
BuildRequires: perl(Test::Spec) >= 0.47
|
||||
BuildRequires: perl(local::lib) >= 2.000014
|
||||
Requires: perl(CPAN::Perl::Releases) >= 1.84
|
||||
Requires: perl(Capture::Tiny) >= 0.25
|
||||
Requires: perl(Devel::PatchPerl) >= 1.24
|
||||
Requires: perl(Pod::Parser) >= 1.62
|
||||
Requires: perl(Pod::Usage) >= 1.64
|
||||
Requires: perl(local::lib) >= 2.000014
|
||||
%{perl_requires}
|
||||
# MANUAL
|
||||
BuildRequires: groff
|
||||
@@ -51,11 +57,13 @@ BuildRequires: wget
|
||||
|
||||
%description
|
||||
perlbrew is a program to automate the building and installation of perl in
|
||||
an easy way. It installs everything to '~/perl5/perlbrew', and requires you
|
||||
to tweak your PATH by including a bashrc/cshrc file it provides. You then
|
||||
can benefit from not having to run 'sudo' commands to install cpan modules
|
||||
because those are installed inside your HOME too. It provides multiple
|
||||
isolated perl environments, and a mechanism for you to switch between them.
|
||||
an easy way. It provides multiple isolated perl environments, and a
|
||||
mechanism for you to switch between them.
|
||||
|
||||
Everything are installed unter '~/perl5/perlbrew'. You then need to include
|
||||
a bashrc/cshrc provided by perlbrew to tweak the PATH for you. You then can
|
||||
benefit from not having to run 'sudo' commands to install cpan modules
|
||||
because those are installed inside your HOME too.
|
||||
|
||||
For the documentation of perlbrew usage see the perlbrew manpage command on
|
||||
CPAN, or by running 'perlbrew help'. The following documentation features
|
||||
|
Reference in New Issue
Block a user