1.5010
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-cpanminus?expand=0&rev=14
This commit is contained in:
parent
088c47d168
commit
d8352155ae
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa3575366d567eab52183947b4757d6f07c6749987337cb23586f38a8f648174
|
||||
size 90656
|
3
App-cpanminus-1.5010.tar.gz
Normal file
3
App-cpanminus-1.5010.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7322b6bfd72412ec86e3258d1f173ad1379f625ca35b1acdc5162eee5fd0edd
|
||||
size 91084
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 01 15:16:57 UTC 2012 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 1.5010:
|
||||
* implemented --test-only option #40
|
||||
- changes from 1.5009:
|
||||
* fixed a bug where URL containing ~ (childe) fails to install #134
|
||||
* fixed a bug where install.json contains bogus data when you specify dist paths
|
||||
- changes from 1.5008:
|
||||
* fixed a bug where `cpanm Foo` doesn't properly activate local::lib during
|
||||
* installs when you don't have write permissions #143
|
||||
* improved the warning message when you don't have write permisisons #145
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 22 01:11:02 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-App-cpanminus
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 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
|
||||
@ -16,27 +16,26 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: perl-App-cpanminus
|
||||
Version: 1.5007
|
||||
Version: 1.5010
|
||||
Release: 0
|
||||
Summary: Get, unpack, build and install modules from CPAN
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-%{version}.tar.gz
|
||||
Url: http://search.cpan.org/dist/App-cpanminus
|
||||
Group: Development/Libraries/Perl
|
||||
License: Perl License
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: make
|
||||
BuildRequires: perl(ExtUtils::Install) >= 1.46
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
BuildRequires: perl(Module::Build) >= 0.36
|
||||
BuildRequires: perl(ExtUtils::Install) >= 1.46
|
||||
Requires: perl(ExtUtils::Install) >= 1.46
|
||||
Requires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
Requires: perl(Module::Build) >= 0.36
|
||||
Requires: perl(ExtUtils::Install) >= 1.46
|
||||
|
||||
%description
|
||||
cpanminus is a script to get, unpack, build and install modules from CPAN.
|
||||
|
Loading…
Reference in New Issue
Block a user