Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-App-cpanminus-1.7043-bp153.1.12 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: perl-App-cpanminus Distribution: SUSE Linux Enterprise 15 SP3
Version: 1.7043 Vendor: openSUSE
Release: bp153.1.12 Build date: Sat Mar 6 02:31:58 2021
Group: Development/Libraries/Perl Build host: lamb52
Size: 258104 Source RPM: perl-App-cpanminus-1.7043-bp153.1.12.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/App-cpanminus/
Summary: Get, Unpack, Build and Install Modules From Cpan
cpanminus is a script to get, unpack, build and install modules from CPAN
and does nothing else.

It's dependency free (can bootstrap itself), requires zero configuration,
and stands alone. When running, it requires only 10MB of RAM.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Tue Jun 06 2017 sriedel@suse.com
  - fix missing dependency on perl-Parse-PMFile
* Tue Apr 04 2017 coolo@suse.com
  - updated to 1.7043
    see /usr/share/doc/packages/perl-App-cpanminus/Changes
    1.7043  2017-04-02 20:56:06 PDT
      [Improvements]
    - Set PERL_USE_UNSAFE_INC for 5.26+ (haarg) #521
    - Strictly match module NAME in Bundle
* Sat May 28 2016 coolo@suse.com
  - updated to 1.7042
    see /usr/share/doc/packages/perl-App-cpanminus/Changes
    1.7042  2016-05-24 00:48:13 PDT
      [Improvements]
    - Merge configure dependencies with cpanfile requirements too
    1.7041  2016-05-08 11:28:31 PDT
      [Improvements]
    - Add environment variables to man pages (Doug Bell) #481
    - Support --with-configure and --without-condfigure (zebardy) #482
    - Make file mirror faster (Matthew Horsfall) #499
* Wed Jan 13 2016 coolo@suse.com
  - updated to 1.7040
    see /usr/share/doc/packages/perl-App-cpanminus/Changes
    1.7040  2016-01-07 11:28:07 PST
      [Improvements]
    - Removed a workaround to skip tests for config dependencies such as Module::Build #462
    - Various doc improvements
* Tue Jun 30 2015 coolo@suse.com
  - updated to 1.7039
    see /usr/share/doc/packages/perl-App-cpanminus/Changes
    1.7039  2015-06-28 18:05:10 PDT
      [Improvements]
    - Only enable softening of MakeMaker dependency when Module::Install is present (reported by haarg)
    - Support .git URL with http protocol (shoichikaji) #468
* Tue Jun 23 2015 coolo@suse.com
  - updated to 1.7038
    see /usr/share/doc/packages/perl-App-cpanminus/Changes
    1.7038  2015-06-22 18:04:44 PDT
      [Releng]
    - bump minimum perl requirement to 5.8.1 in META files
* Sun Jun 21 2015 coolo@suse.com
  - updated to 1.7037
    see /usr/share/doc/packages/perl-App-cpanminus/Changes
    1.7037  2015-06-18 14:37:32 PDT
      [Improvements]
    - Bump CPAN-Meta-Check to 0.012 #465
    - Bump HTTP-Tiny to 0.056
    - Bump CPAN-Meta to 2.150005
    - Bump CPAN-Meta-YAML to 0.016
* Sun Jun 07 2015 coolo@suse.com
  - updated to 1.7036
    see /usr/share/doc/packages/perl-App-cpanminus/Changes
    1.7036  2015-06-05 22:07:50 PDT
      [Improvements]
    - Also soften MakeMaker depenency in runtime prereq, which is just a weird bug in an old
      Module::Install pre 1.0
    1.7035  2015-06-05 10:51:17 PDT
      [Improvements]
    - Add a workaround for distributions with an old (buggy) Module::Install, now that the problems
      occur more frequently with 5.22.0 shipping with a dev version of ExtUtils::MakeMaker #463
* Fri May 08 2015 coolo@suse.com
  - updated to 1.7034
    see /usr/share/doc/packages/perl-App-cpanminus/Changes
    1.7034  2015-05-07 14:20:57 PDT
      [Improvements]
    - Improved an error message when dependency requirement in cpanfile get conflict with prereqs
      in sub dependencies.
* Sat May 02 2015 coolo@suse.com
  - updated to 1.7033
    see /usr/share/doc/packages/perl-App-cpanminus/Changes
    1.7033  2015-05-01 17:17:42 PDT
      [Improvements]
    - Remove MakeMaker and Module::Build from cpanm's runtime dependencies. Rather it will upgrade
      the minimum version requirement as it finds distributions that uses them in configure
      requirements. Also, they will be installed with 'notest' option for now, since Module::Build
      test suite takes a bit too long time.
* Thu Apr 30 2015 coolo@suse.com
  - updated to 1.7032
    see /usr/share/doc/packages/perl-App-cpanminus/Changes
    1.7032  2015-04-29 18:51:36 PDT
      [Improvements]
    - Prefer to use cpanmetadb's package history API for pinning versions. Note that it only
      works against versions since April 2012. You can set `--metacpan` to still prefer MetaCPAN
      API search, and can use `--cascade-search` to fallback to MetaCPAN after CPAN MetaDB as well.
* Thu Apr 23 2015 coolo@suse.com
  - updated to 1.7031
    see /usr/share/doc/packages/perl-App-cpanminus/Changes
    1.7031  2015-04-22 14:13:37 PDT
      [Bug Fixes]
    - Fixed a rare case where circular dependencies in cpanfile prevents satisfying modules from
      being installed. (#452)
      [Improvements]
    - Stop reporting perl versions by default if running under certain CI related env vars.
* Mon Apr 20 2015 coolo@suse.com
  - updated to 1.7030
    see /usr/share/doc/packages/perl-App-cpanminus/Changes
    1.7030  2015-04-19 14:15:34 CEST
    - Same as 1.7029
    1.7029  2015-04-19 00:15:32 CEST
      [New Features]
    - Consider root cpanfile's requirement when following dependencies with --installdeps (#363)
    - Added back --metacpan option
      [Improvements]
    - Bump Module::Metadata to 1.000027
    - Bump CPAN::Meta::Check to 0.011
    - Bump CPAN::Meta::YAML to 0.014
    - Bump Parse::PMFile to 0.36
* Sun Apr 19 2015 coolo@suse.com
  - updated to 1.7028
    see /usr/share/doc/packages/perl-App-cpanminus/Changes
    1.7028  2015-04-17 19:22:59 CEST
      [Improvements]
    - Keep the mirror index file as absolute (skaji) #438
    - Updated the documentation about HTTPS cert warnings #441
* Wed Apr 15 2015 coolo@suse.com
  - updated to 1.7027
    see /usr/share/doc/packages/perl-App-cpanminus/Changes
    1.7027  2015-02-14 12:14:13 PST
      [Improvements]
    - Use provides as provided in META.json and do not scan packages as PAUSE does. #435
    1.7026  2015-02-13 17:11:38 PST
      [Improvements]
    - Respect provides in META file before loading from Parse::PMFile
    1.7025  2015-02-07 07:58:21 CET
      [Improvements]
    - Bump Parse::PMFile to 0.35
    - Bump CPAN::Meta::Check to 0.020
    - Bump CPAN::Meta::Requirements to 2.132
    - Bump HTTP::Tiny to 0.054
    - Bump Module::Metadata to 1.000026
    - Bump version.pm to 0.9912
    1.7024  2015-01-12 13:31:19 PST
      [New Features]
    - Includes vendor lib and arch path to search for core modules, when installing self-contained
      lib by default. This behavior can be turned off with --exclude-vendor (tartansandal) #426
    1.7023  2015-01-05 07:59:52 JST
      [Improvements]
    - Bump Parse::PMFile to 0.34
    - Bump CPAN::Meta::Requirements to 2.131
    - Bump HTTP::Tiny to 0.53
    - Bump Module::Metadata to 1.000025
    - Bump local::lib to 2.000015
    1.7022  2014-12-12 16:41:47 PST
      [Improvements]
    - Enabled unsafe option to parse version with PMFile to avoid segfaults and weird errors
    1.7021  2014-12-11 21:42:36 PST
      [Improvements]
    - Bump Parse::PMFile to 0.32
    - Bump HTTP::Tiny to 0.052
    1.7020  2014-12-08 17:53:18 PST
      [Improvements]
    - Bump Parse::PMFile to 0.31
    1.7019  2014-12-04 12:51:41 PST
      [Improvements]
    - Bump Parse::PMFile to 0.30
    1.7018  2014-11-25 14:08:41 PST
      [Maintenance]
    - bump $VERSION correctly in cpanm executable
    1.7017  2014-11-25 14:00:40 PST
      [Improvements]
    - Bump fatpacked CPAN::Meta and HTTP::Tiny
    - Added documentation for -M and --from in man page
    1.7016  2014-11-16 11:46:32 PST
      [New Features]
    - Added -M and --from to set --mirror and --mirror-only at the same time while
      overriding previously set mirrors (sri) #175, #417
      [Improvements]
    - cpanmin.us is now available under HTTPS (marcus)
    1.7015  2014-11-14 13:14:07 PST
      [Improvements]
    - Bump Parse::PMFile to 0.29
    - Bump CPAN::Meta::Requirements to 2.129
    1.7014  2014-10-07 20:52:58 PDT
      [Improvements]
    - Bump Parse::PMFile to 0.28
    1.7013  2014-10-06 23:52:14 PDT
      [Improvements]
    - Update bundled JSON::PP to fix issues with JSON parsing on older perl 5.8
    1.7012  2014-09-26 19:28:25 PDT
      [Improvements]
    - Upgrade CPAN::Meta and HTTP::Tiny in fatpack
    - Skip @INC on dev directory when running from git checkout when to search
      for an installed module
    1.7011  2014-09-22 15:08:22 JST
    - Same as 1.7010. Make it a non-trial release.
    1.7010  2014-09-17 18:27:53 JST
      [Improvements]
    - Use Parse::PMFile rather than our own fork (charsbar) #409
    1.7009  2014-09-10 01:43:45 PDT
      [Bug Fixes]
    - Fix fatpacked executable to include Parse::CPAN::Meta
    1.7008  2014-09-10 01:19:04 PDT
      [Improvements]
    - Show **** instead of *password* when masking passwords
    - Internal code refactoring
    1.7007  2014-09-09 09:25:46 PDT
      [Improvements]
    - Make sure MetaCPAN search looks up the dist by right author #405
    - Ignore Module::Build artifacts in _build when indexing modules metadata
    1.7006  2014-09-05 15:44:15 PDT
      [Bug Fixes]
    - Work around MetaCPAN bugs in numifying dev release versions (#367, #377)
    - Bump bootstrapping MakeMaker version recent enough to support MYMETA
      [Incompatible Changes]
    - Removed undocumented --metacpan option that was only for testing purposes
    1.7005  2014-09-05 05:04:06 PDT
      [Bug Fixes]
    - Do not index common directories such as t, xt or inc in install.json
    - Support tarball extraction on HP-UX 11 (Brian Wightman)
      [Improvements]
    - Update Parse::PMFile to 0.19 equivalent (charsbar)
    - Fixed various documentation (syohex, Graham Ollis)
    - Mask passwords when failing to download a module (andyjones)
    - Don't find directories when searching for executables (haarg)
    - Only assume Module::Build configure prereq when there's no config prereq (haarg)
    - Upgrade fatpacked modules to the latest

Files

/usr/bin/cpanm
/usr/lib/perl5/vendor_perl/5.26.1/App
/usr/lib/perl5/vendor_perl/5.26.1/App/cpanminus
/usr/lib/perl5/vendor_perl/5.26.1/App/cpanminus.pm
/usr/lib/perl5/vendor_perl/5.26.1/App/cpanminus.pod
/usr/lib/perl5/vendor_perl/5.26.1/App/cpanminus/Dependency.pm
/usr/lib/perl5/vendor_perl/5.26.1/App/cpanminus/fatscript.pm
/usr/lib/perl5/vendor_perl/5.26.1/App/cpanminus/script.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-App-cpanminus
/usr/share/doc/packages/perl-App-cpanminus/Changes
/usr/share/doc/packages/perl-App-cpanminus/README
/usr/share/licenses/perl-App-cpanminus
/usr/share/licenses/perl-App-cpanminus/LICENSE
/usr/share/man/man1/cpanm.1.gz
/usr/share/man/man3/App::cpanminus.3pm.gz
/usr/share/man/man3/App::cpanminus::fatscript.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024