1.4000
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-cpanminus?expand=0&rev=5
This commit is contained in:
parent
d73f3a89a3
commit
372e06f3d7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:074a23d9cc680608547bccb59e5d18726d0802c29a93a752ae10817c071fad08
|
||||
size 64764
|
3
App-cpanminus-1.4000.tar.gz
Normal file
3
App-cpanminus-1.4000.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c60c21cb011cd9bc8fa585643c0ae18584c59603d09a328d043668f83820fe4c
|
||||
size 69335
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 08 11:26:03 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
- update to 1.4000:
|
||||
* changed the verbosity level of -q to be actually *so* useful and
|
||||
recommended now
|
||||
* added a new option --no-man-pages to skip man page generation and
|
||||
installation
|
||||
* added new --scandeps and --format option that scans module dependency tree
|
||||
before actually installing a module
|
||||
* support Bundle:: modules
|
||||
* added new --save-dists option
|
||||
|
||||
- changes from 1.30_02 to 1.30_13:
|
||||
* fix for the use of Module::CoreList for perl with versions ending in 0,
|
||||
such as 5.13.10
|
||||
* do not attempt to upgrade Module::Build if you have the version that comes
|
||||
with perl
|
||||
* support Bundle:: modules #81
|
||||
* fixed a bug where META.yml is being fetched for no reason; this reduces the
|
||||
HTTP GET calls a lot and should speed up the build process
|
||||
* falls back to search.cpan.org/meta service when (and only when) META.yml is
|
||||
not included or unparsable; now it can handle distributions like
|
||||
AnyEvent::HTTP or ancient packages better
|
||||
* makes the wget/curl execution safer
|
||||
* support archives where tar list begins with ./ like Image::Magick #80
|
||||
* fix SIGNATURE testing for Module::Build 0.38 or later
|
||||
* implemented EXPERIMENTAL --scandeps command and --format option
|
||||
* implemented EXPERIMENTAL --save-tarballs option
|
||||
* show (undef) in the version output instead of ()
|
||||
* changed how it special cases Module::Build load path in -L mode; it's much
|
||||
more reliable and support 0.38 with the new CPAN::Meta dependencies
|
||||
* changed the verbosity level of -q|--quiet so that it prints only necessary
|
||||
information (instead of nothing, which is not really useful)
|
||||
* shows the number of distribution in the end of the session
|
||||
* renamed the option to --man-pages and --no-man-pages
|
||||
* disable the man page generation by default only if -L is in use
|
||||
* skip the man page generation by default; you can enable it with --pod2man
|
||||
* fixed the way it reduces @INC in the tests when -L is in use, so the tests
|
||||
that call $^X with -I can keep those library paths. i.e. Test::More
|
||||
* support minor case where blib/* is manually added via -I (e.g. FCGI.pm)
|
||||
* fixed a bug the modules are not loaded from blib in test_harness with -L
|
||||
* fixed a bug where tests are loading modules from your site_perl even when
|
||||
-L is used
|
||||
* fixed a bug -L will install non-core modules again and again for each run
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 03 20:01:13 UTC 2011 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# vim: set sw=4 ts=4 et nu:
|
||||
|
||||
Name: perl-App-cpanminus
|
||||
Version: 1.3000
|
||||
Version: 1.4000
|
||||
Release: 0
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user