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

perl-App-perlbrew-0.96-bp155.1.5 RPM for noarch

From OpenSuSE Leap 15.5 for noarch

Name: perl-App-perlbrew Distribution: SUSE Linux Enterprise 15 SP5
Version: 0.96 Vendor: openSUSE
Release: bp155.1.5 Build date: Mon May 22 13:04:41 2023
Group: Unspecified Build host: old-cirrus2
Size: 178147 Source RPM: perl-App-perlbrew-0.96-bp155.1.5.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/App-perlbrew
Summary: Manage perl installations in your C<$HOME>
perlbrew is a program to automate the building and installation of perl in
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 perlbrew command on at
https://metacpan.org/, or by running 'perlbrew help', or by visiting at
https://perlbrew.pl/. The following documentation features the API of
'App::perlbrew' module, and may not be remotely close to what your want to
read.

Provides

Requires

License

MIT

Changelog

* Mon Aug 01 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 0.96
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    0.96
    - Released at 2022-07-31T15:42:39+0900
    - Thanks to our contributors: Rolf Stöckli
    - `install-cpm` is now properly documented. Thanks to Tekki.
    - Let `install` hint for `init` when PERLBREW_ROOT does not exist. .RT #57669.
    - Reveal the actual error code of curl/wget etc. Github issue #748.
* Mon May 16 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 0.95
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    0.95
    - Released at 2022-05-15T22:59:11+0800
    - Thanks to our contributors: Leon Timmermans
    - Now we use metacpan api for fetching perl versions and for downloading. Github PR #743
    - `--verbose` flag now also enable verbosity of underlying curl/wget commands. Github PR #740.
    - Avoid perl test errors when NO_COLOR is set. Github PR #738
* Sun Dec 05 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 0.94
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    0.94
    - Released at 2021-12-05T08:39:16+0900
    - Let `self-upgrade` print version numbers when doing upgrades. Github issue #678.
    0.93
    - Released at 2021-11-22T23:09:25+0900
    - Let `clone-modules` takes just one arguments and mean 'cloning modules from that perl'.
    - Let `list-modules` and `clone-modules` map certain output to their representative module name. Github issue #722
    - `exec` command now takes aliases explicitly specified in `--with` args and run commands with those aliases -- even if that would run the same thing twice. Github issue #725
* Fri Apr 16 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 0.92
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    0.92
    - Released at 2021-04-15T23:53:55+0900
    - Thanks to our contributors: chee
    - Fix a message mentioning fish config. GitHub PR #712
    - Fetch cperl releases from https://github.com/perl11/cperl/releases instead
    - Let `clone-modules` command accept `--notest` and skip running module tests
* Mon Feb 01 2021 Tina Müller <timueller+perl@suse.de>
  - updated to 0.91
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    0.91
    - Released at 2021-01-31T17:10:27+0900
    - Fix META info included in 0.90. No other feature changes.
    0.90
    - Released at 2021-01-29T09:43:17+0900
    - Thanks to our contributors: Mose Schmiedel, gucchisk
    - The output of 'available' command is split into sections of different type of distributions. Github issue #646.
    - Let the output of `perlbrew -h` be the short usage. Github issue #647
    - Unbreak env script for fish users. GitHub PR #698 and #708
    - Prefer https URLs of www.cpan.org
* Mon Oct 19 2020 Tina Müller <timueller+perl@suse.de>
  - updated to 0.89
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    0.89
    - Released at 2020-10-19T09:26:19+0900
    - Thanks to our contributors: Håkon Hægland, Nicolas R, Peter Tripp
    - Make the bashrc compatible with 'bash -u'. Github PR #694
    - Prevent build directory from being overwritten. Github PR #683
* Thu Jan 30 2020 <timueller+perl@suse.de>
  - updated to 0.88
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    0.88
    - Released at 2020-01-29T21:40:07+0900
    - Thanks to our contributors: Dave Rolsky, Gil Magno, Zhu Sheng Li
    - `install` command now shows errors message from http_downlod. Github PR #681.
    - Fix: The .tar.bz2 suffix are removed from the output ouf `available` PR #685
* Mon Oct 28 2019 <timueller+perl@suse.de>
  - updated to 0.87
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    0.87
    - Released at 2019-10-25T22:55:40+0900
    - Thanks to our contributors: Branislav Zahradník, Christopher Chavez, Jon Jacobson, Konstantin S. Uvarin, Pali, Shoichi Kaji, Tomasz Konojacki, jkjacobson, rage311
    - Use the new official repo url for fetching perl blead. Github issue #677
    - Add `--min` and `--max` options to `exec` command. Github PR #656
    - Fix "ERROR: Cannot find the tarball for perl-$version". Github PR #669
    - Fix calling patchperl on readonly files. Github PR #674
    - Fix installation from local tarbal files. See https://rt.cpan.org/Ticket/Display.html?id=129871
    - Internal refactoring. Github PR #667, #662
    - Various corrections of documentation. Github PR #676, #660
* Sat Jan 19 2019 Stephan Kulow <coolo@suse.com>
  - updated to 0.86
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    0.86
    - Released at 2019-01-19T09:39:55+0900
    - Thanks to our contributors: Olaf Alders, Paul Cochrane
    - Fix an error from 'install' command.  https://rt.cpan.org/Public/Bug/Display.html?id=128083
    - Tweak the separater characters of 'exec' command: See https://github.com/gugod/App-perlbrew/issues/648
* Sun Dec 16 2018 Stephan Kulow <coolo@suse.com>
  - updated to 0.85
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    0.85
    - Released at 2018-12-15T23:24:15+0900
    - Thanks to our contributors: Branislav Zahradník, Guido Flohr, Joelle Maslak, Luca Ferrari, rage311
    - Fix the behaviour of 'clone-modules'
    - Various internal refactoring
* Sun Jul 22 2018 coolo@suse.com
  - updated to 0.84
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    0.84
    - Released at 2018-06-24T08:26:14+0900
    - Thanks to our contributors: Joelle Maslak
    - Unbreak 'available' command after some updates from cpan.org web site.
    - Unbreak the installation -- which missed "perlbrew" command due to a mistake when using mbtiny.
* Thu May 31 2018 coolo@suse.com
  - updated to 0.83
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
* Wed Feb 21 2018 coolo@suse.com
  - updated to 0.82
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    - Thanks to our contributors: Alceu Rodrigues de Freitas Junior, Paul Cochrane
    - Fix regression of 'perlbrew install blead'
    0.81: # 2017-12-09T15:12:04+0900
    - Thanks to our contributors: Luca Ferrari, Zac Bentley, perlancar, Nicolas R, gregor herrmann, Paul Cochrane
    - New command: clone-modules
    - Recognize tarball in .tar.xz extension
    - The output of "availables" is now sorted by versions
    - Unbreak the integration with cperl releases
    - Make `perlbrew install` runs correctly on AIX
    - support the current perl blead (5.28)
    0.80: # 2017-06-30T07:40:45+0200
    - Fix version in META.yml in CPAN distribution. See: https://rt.cpan.org/Public/Bug/Display.html?id=122279
    0.79: # 2017-06-25T23:40:45+0200
    - deal with perl-5.26 change about @INC in Makefile.PL
    - "available" command now also shows the URLs
* Mon Nov 21 2016 coolo@suse.com
  - updated to 0.78
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    0.78: # 2016-11-20T22:59:55+0100
    - Thanks to our contributors: Manuel Streuhofer, Sergey Aleynikov
    - More fixes to accomodate changes on perl5.git.perl.org
* Sun Nov 13 2016 coolo@suse.com
  - updated to 0.77
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    0.77: # 2016-11-12T06:42:45+0100
    - Thanks to our contributors: Dennis Kaarsemaker, Roel Harbers
    - The "uninstall" command now requires confirmation.
    - Fix bug with csh when PATH entries contain spaces
    - Accommodate git commit abbrivation changes on perl5.git.perl.org. See GH #524 https://github.com/gugod/App-perlbrew/pull/524
* Thu Jun 23 2016 coolo@suse.com
  - updated to 0.76
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    0.76: # 2016-06-21T23:02:44+0200
    - Start supporting cperl installation.
    - cperl releases are sourced from: https://github.com/perl11/cperl/releases
    - Deal with a regex warning when testing perlbrew with perl-5.25. See RT: https://rt.cpan.org/Ticket/Display.html?id=114871
* Mon Apr 04 2016 coolo@suse.com
  - updated to 0.75
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    0.75: # 2016-03-16T23:41:41+0100
    - Thanks to our contributors: Dave Cross,  Dean Hamstead,  Mark J. Reed,  Mohammed El-Afifi,
    - Add '--no-patchperl' install option for skip running patchperl.
    - Add '--destdir' install option.
    - "uninstall" command now also delete associated libs.
    - "mirror" command is removed.
    - "config" command is removed.
* Sat Nov 28 2015 coolo@suse.com
  - updated to 0.74
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    0.74: # 2015-11-24T20:55:02+0100
    - A big thanks for our contributers: Aristotle Pagaltzis, Dave Jacoby, Dylan Cali, John Krull, Kevin Johnson, Nathan Day, Paul Cochrane, Tudor Constantin, Yanick Champoux, tm604
    - support PERLBREW_LIB_PREFIX. https://github.com/gugod/App-perlbrew/commit/c29813cd4633683bd049964178a9ac96647986bc
    - prefer https and remove insecure download cli flags. https://github.com/gugod/App-perlbrew/commit/f49a908c1702942006de4654107edf77a48ead52
    - perlbrew now dies when switching to/use a lib that does not exist. https://github.com/gugod/App-perlbrew/issues/432
    - RHEL vendorlib fix https://github.com/gugod/App-perlbrew/issues/409
    - improvements with fish integration.
    - unbreak when running with perl 5.14 or earlier: "list" command now correctly display lib names.
    - retaining flags in upgrade-perl. https://github.com/gugod/App-perlbrew/commit/b8d466670bbfc8e214a9d3ff2e889a4860060d84
    - variour document clean up and improvements.
* Fri Apr 17 2015 coolo@suse.com
  - updated to 0.73
    see /usr/share/doc/packages/perl-App-perlbrew/Changes
    0.73: # 2015-02-01T09:59:45+0100
    - fixes and improvements from Manuel Streuhofer, Aristotle Pagaltzis, Sebastian Willert, David Hand, Eric Enns,
      Peter Roberts, Thomas Sibley, Ivan Baidakou, thanks!
    - fix 'perlbrew user' for fish users https://github.com/gugod/App-perlbrew/pull/429
    - fix sub-shell for bash users https://github.com/gugod/App-perlbrew/pull/435
    - clarify the 'perlbrew use' output: https://github.com/gugod/App-perlbrew/issues/439
    0.72: # 2014-10-27T21:38:19+0100
    - Fix 0.71 breakage on MacOSX when the shell is bash or zsh
    - Fix spelling mistake. by @gregoa++

Files

/usr/bin/perlbrew
/usr/lib/perl5/vendor_perl/5.26.1/App
/usr/lib/perl5/vendor_perl/5.26.1/App/Perlbrew
/usr/lib/perl5/vendor_perl/5.26.1/App/Perlbrew/HTTP.pm
/usr/lib/perl5/vendor_perl/5.26.1/App/Perlbrew/Path
/usr/lib/perl5/vendor_perl/5.26.1/App/Perlbrew/Path.pm
/usr/lib/perl5/vendor_perl/5.26.1/App/Perlbrew/Path/Installation.pm
/usr/lib/perl5/vendor_perl/5.26.1/App/Perlbrew/Path/Installations.pm
/usr/lib/perl5/vendor_perl/5.26.1/App/Perlbrew/Path/Root.pm
/usr/lib/perl5/vendor_perl/5.26.1/App/Perlbrew/Util.pm
/usr/lib/perl5/vendor_perl/5.26.1/App/perlbrew.pm
/usr/share/doc/packages/perl-App-perlbrew
/usr/share/doc/packages/perl-App-perlbrew/CONTRIBUTING.md
/usr/share/doc/packages/perl-App-perlbrew/Changes
/usr/share/doc/packages/perl-App-perlbrew/README
/usr/share/licenses/perl-App-perlbrew
/usr/share/licenses/perl-App-perlbrew/LICENSE
/usr/share/man/man1/perlbrew.1.gz
/usr/share/man/man3/App::Perlbrew::HTTP.3pm.gz
/usr/share/man/man3/App::Perlbrew::Path.3pm.gz
/usr/share/man/man3/App::Perlbrew::Path::Installation.3pm.gz
/usr/share/man/man3/App::Perlbrew::Path::Installations.3pm.gz
/usr/share/man/man3/App::Perlbrew::Path::Root.3pm.gz
/usr/share/man/man3/App::Perlbrew::Util.3pm.gz
/usr/share/man/man3/App::perlbrew.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 19:26:00 2024