1.5002
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-cpanminus?expand=0&rev=11
This commit is contained in:
parent
75a61c6c93
commit
3fb0a8228e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa36f7c0685591ca98cbe1af0a16f4f69179fe02114eb7ea1e5f25a5189ea5e9
|
|
||||||
size 58324
|
|
3
App-cpanminus-1.5002.tar.gz
Normal file
3
App-cpanminus-1.5002.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f7513bf17d35406c0493a3a4f22f0edbb0065ac13497f4b488abe307bdb50506
|
||||||
|
size 90043
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 18 13:17:07 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- update to 1.5002 (cumulated):
|
||||||
|
* make sure to include non-core perl modules in -L that are installed in
|
||||||
|
'perl' by mistake
|
||||||
|
* ensure all module names use :: instead of dashes because of EUMM NAME
|
||||||
|
errors
|
||||||
|
* added EXPERIMENTAL --metacpan support
|
||||||
|
* support MYMETA.json with spec 2.0
|
||||||
|
* added EXPERIMENTAL --mirror-index, --skip-satisfied and --cascade-search
|
||||||
|
options
|
||||||
|
* installs MYMETA.json and install.json into $ARCH/.meta library path
|
||||||
|
* use Cwd::chdir to update CWD environment variable
|
||||||
|
* fix ExtUtils::ParseXS issue with -L
|
||||||
|
* fix CoreList bootstrap issue with perl < 5.8.9 when using -L
|
||||||
|
* dump more descriptive error message when configure failed with
|
||||||
|
--installdeps #111
|
||||||
|
* upgraded many fatlib embedded modules
|
||||||
|
* support --no-quiet
|
||||||
|
* removed ugly @INC dumping hack for -L. This causes modules that has
|
||||||
|
conditional deps such as Any::Moose not to pull down necessary
|
||||||
|
requirements; this is a known issue and will be addressed later
|
||||||
|
* support special _ for -l and -L argument to respect local::lib defaults
|
||||||
|
#115
|
||||||
|
* use Cwd::chdir to change PWD
|
||||||
|
* unbreak -L with newer ExtUtils::ParseXS installed
|
||||||
|
* changed the path to save metadata information
|
||||||
|
* removed Dist::Metadata use, but instead use Module::Metadata to get
|
||||||
|
provides
|
||||||
|
* removed the ugly DumpedINC hack for -L
|
||||||
|
* added experimental --skip-configure
|
||||||
|
* delay load Module::Build bootstrap so that -L won't auto-intall the latest
|
||||||
|
M::B
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 22 22:24:40 UTC 2011 - pascal.bleser@opensuse.org
|
Sun May 22 22:24:40 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@ -1,14 +1,31 @@
|
|||||||
# vim: set sw=4 ts=4 et nu:
|
#
|
||||||
|
# spec file for package perl-App-cpanminus
|
||||||
|
#
|
||||||
|
# Copyright (c) 2011 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
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-App-cpanminus
|
Name: perl-App-cpanminus
|
||||||
Version: 1.4007
|
Version: 1.5002
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Get, unpack, build and install modules from CPAN
|
Summary: Get, unpack, build and install modules from CPAN
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-%{version}.tar.gz
|
||||||
URL: http://search.cpan.org/dist/App-cpanminus
|
Url: http://search.cpan.org/dist/App-cpanminus
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Perl License
|
License: Perl License
|
||||||
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@ -82,3 +99,4 @@ done
|
|||||||
%{_bindir}/cpanm
|
%{_bindir}/cpanm
|
||||||
%doc %{_mandir}/man1/cpanm.1%{ext_man}
|
%doc %{_mandir}/man1/cpanm.1%{ext_man}
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user