7
0

52 Commits

Author SHA256 Message Date
bb12e6f3bf Add Gitea build results 2025-08-12 18:15:06 +02:00
a904234579 Accepting request 1102805 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1102805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-local-lib?expand=0&rev=18
2023-08-08 13:55:11 +00:00
ea54a120de Accepting request 1102787 from home:dimstar:Factory
- Update to version 2.000029:
  - fix taint protection code to delete environment variables rather than
    leaving them as an empty string.
  - fix author test for CPAN.pm's bootstrapping process to work with new
    versions
- Changes from.version 2.000028
  - fix skips in shell test when shell has unpredictable startup actions
- Changes from version 2.000027:
 - releasing as stable
- Changes from version 2.000026:
  - fix output redirection used in fish shell to work with newer versions
  - fix optional function used on Win32 for finding the current directory
- Changes from version 2.000025
  - add documentation for --quiet option
  - added --always option to always add requested directory to env vars, even
    if they are already included
  - improve shell test to be more resiliant against custom init scripts
  - improved test diagnostics
  - reorganized documentation for bootstrapping into a non-standard directory
  - remove mentions of File::HomeDir from documentation, as it is no longer
    used

OBS-URL: https://build.opensuse.org/request/show/1102787
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=51
2023-08-08 06:09:53 +00:00
2f8c379e1c revert last change
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=50
2021-09-22 17:48:49 +00:00
a34bfd9f89 revert last change
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=49
2021-09-22 17:48:27 +00:00
a0fc678cbe fix duplicate patch test error
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=48
2021-09-22 17:09:22 +00:00
02b848a1a8 Accepting request 919588 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/919588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-local-lib?expand=0&rev=17
2021-09-17 21:25:47 +00:00
ee3d239a5e refresh
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=47
2021-09-14 20:11:04 +00:00
a1bd458e6c Accepting request 842805 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/842805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-local-lib?expand=0&rev=16
2020-10-26 15:18:15 +00:00
Stephan Kulow
079a61bc11 Accepting request 842303 from devel:languages:perl:autoupdate
- updated to 2.000024 - 2017-10-08
   - be compatible with CPAN.pm 1.82 to 1.86_51 during bootstrap process
- updated to 2.000023
   see /usr/share/doc/packages/perl-local-lib/Changes
  2.000023 - 2017-06-07
   - fix use of 'note' in test for compatibilty with old Test::More
  
  2.000022 - 2017-06-07
   - releasing as stable
  
  2.000_021 - 2017-04-23
   - account for an empty SHELL variable when detecting shell
   - author test cleanups
   - bootstrapping option --no-manpages now affects bootstrapping process, not
     just later module installs
   - cope with home directories with spaces when bootstrapping with old CPAN.pm
  
  2.000_020 - 2016-10-18
   - fix handling of inc_version_list
   - don't load strict or warnings outside author mode
   - load and use Cwd when we're printing and exiting
   - use loaded Cwd/Win32::Cwd if it's available
   - handle relative paths in current executable
   - don't try to run current executable in embedded perl
   - handle relative directories better
   - fix shell test for powershell 1 and group policy restricted environments
   - avoid user init files in shell test
   - use safer format to check environment in shell test
   - many test cleanups
- update to 2.00019
 - fix bootstrapping into directory with spaces (PR#4)
 - fix variable interpolation to work when used with sh -u (RT#112711)
 - author test enhancements
- update to 2.00018
  2.000018 - 2015-10-29
   - repair CPAN.pm bootstrapping broken by extraneous prerequisite.
   - ensure directories are created in correct order to avoid errors
  
  2.000017 - 2015-10-06
   - fix shell quoting for fish shell
   - work around issue where some cpanm versions wouldn't upgrade
     ExtUtils::MakeMaker in some cases it should have
   - added --quiet option to surpress directory creation message
   - build_environment_vars_for, build_activate_environment_vars_for, and
     environment_vars_string_for options will always include directories being
     added, even if they were already in current ENV vars
   - fixes for author tests
   - create directory structure under created local::libs, ensuring arch dirs
     will always be added to @INC by perl
   - only cause CPAN.pm to prefer ExtUtils::MakeMaker over Module::Build during
     bootstrap process, not after
   - bootstrap process refactored
- updated to 2.000015
  - Avoid using += in Makefile when bootstrapping for portability (RT#100797)
  - adjust quoting of paths with spaces to work with ExtUtils::MakeMaker 7.0,
    and bump our EUMM prereq to 7.0.
  - fix shell test for shells where we can't prevent some rc files from being
    loaded, like zsh (RT#99819).
- updated to 2.000014
  - fix taint-mode test in some cases on case insensitive filesystems
 
 2.000013 - 2014-08-16
  - fix test failure in ActiveState perl
  - better test diagnostics
  - fix quoting of spaces for fish shell (rt#95268)
  - improve quoting for use with cmd.exe
  - fix quoting any arbitrary character when contructing strings for bash
  - skip testing use with shells if the shell doesn't work at all
 
 2.000012 - 2014-05-12
  - restore build_activate_environment_vars_for,
    build_deactivate_environment_vars_for, build_deact_all_environment_vars_for
    methods for perlbrew compatibility
  - fix transforming relative paths to absolute paths in older perls
  - fix quoting for fish shell
 
 2.000011 - 2014-04-02
  - more fixes for issue where PERL5LIB Carp is not the same version as in the
    local-lib
 
 2.000010 - 2014-03-28
  - fix shell test on cygwin
 
 2.000_009 - 2014-03-15
  - no longer loads File::Spec, so an upgraded version installed inside a local
    lib dir can be used by scripts
- updated to 2.000008
  - even more relaxed shell output testing
  - only test shells in /etc/shells
  - fix Makefile.PL on solaris
 
 2.000006 - 2014-03-07
  - fix bootstrapping not auto-configuring in some cases
  - more relaxed shell output testing
  - use normal arguments to be used on the command line in addition to import
    arguments
  - support fish shell
  - stop trying to test csh/sh on Win32
  - work around CPAN.pm issues with checking prerequisites
 
 2.000004 - 2014-01-03
  - fix errors in PowerShell output when clearing nonexistant variables
  - fix shell test to avoid extremely long lines
  - fix shell test to avoid testing standard Win32 shells on Cygwin
  - improved diagnostics in shell test
 
 2.000003 - 2013-12-30
  - releasing 2.000_002 as stable
 
 2.000_002 - 2013-12-25
  - fix CPAN setup error check in Makefile.PL
  - fix install test warnings
  - fix shell test to skip cmd/powershell startup scripts
- updated to 1.008026
      - drop perl prerequisite to 5.6, since everything works there.
      - fix install test on cygwin
      - fix stackable test on win32 and when external local::lib is set
      - clarify errors in Makefile.PL about CPAN configuration
      - adjust csh output to allow use directly by eval
      - silence a possible warning in Makefile.PL
      - add additional docs about combining local::lib with lib::core::only
      - reverse order of PERL_LOCAL_LIB_ROOT.  new local::libs are now added
        to the beginning instead of the end, to match the order of other
        similar environment variables.
      - fix installation into directories with spaces or backslashes, as
        well as Win32 test failures when Capture::Tiny is installed
      - fix test breaking in some cases when an external local::lib is set
      - fix test compatibility with old versions of Exporter
      - stable release of 1.008022 (no code changes since 1.008012)
      - see 1.008019 through 1.008021
      - yet another attempt to overcome win32 testing issues (paths with
        spaces, backslashes)
      - yet another attempt to overcome win32 testing issues (paths with
        spaces, backslashes)
      - another attempt to overcome win32 testing issues (paths with spaces,
        backslashes)
- update to 1.008018
       - print out actual paths in more test cases, for helping to diagnose
         mysterious failures
       - avoid "Unrecognized escape \s passed through" errors on win32
         (again)
       - avoid "Unrecognized escape \s passed through" errors on win32
       - fix new test to use alternate path representations on windows, to
         handle potential space issues (regression since 1.008012)
       - fix undef value errors when not installing into a local::lib
       - now handling using -Mlocal::lib in a taintperl environment, by
         ensuring that all libs in PERL_LOCAL_LIB_ROOT are properly added to
         @INC (RT#76661, Karen Etheridge)
- updated to 1.008011
 - skip CPAN workaround if running via cpanminus  (miyagawa, RT#85731)
- updated to 1.008010
       - Fix a split on undefined value warning (David Golden -- see
         https://github.com/gugod/App-perlbrew/issues/305)
       - Remove Carp::Always dep
       - Fix putting arch path in PERL5LIB
       - Refactor Win32 path handling out of ensure_dir_structure_for()
       - Fix activate_paths when PERL_LOCAL_LIB_ROOT starts with :
       - Fix ~/perl5/bin missing in $PATH
       - Back to 1.008004 with Carp fix since subsequent releases were botched
       - Avoid issue where PERL5LIB Carp is older than local::lib one
- update to 1.008004: no user-visible changes
- changes from 1.008002:
  * add local::lib stacking support
  * add activation/deactivation support
- changes from 1.008001:
  * bootstrap Module::Build just like ExtUtils::MakeMaker
- changes from 1.008000:
  * print_environment_vars_for() refactored with separate function
    environment_vars_string_for()
  * PERL_LOCAL_LIB_ROOT environment is added to disambiguate when PERL_MM_OPT,
    etc. was set by local::lib or other means
- changes from 1.006009:
  * split up method guess_shelltype from parts of print_environment_vars_for
  * updated documentation about change of use with .modulebuildrc
- changes from 1.006008:
  * finally move to PERL_MB_OPT rather than using .modulebuildrc
- remove /var/adm/perl-modules
- update to 1.006007:
  * fixing stuff so that search.cpan.org displays right
  * documented one method in all languages
- changes from 1.006006:
  * added portuguese translation
  * several minor fixes in the documentation
  * changed methods look in documentation
- update to 1.006005:
  * added support informations (also for german)
  * fixed newline in german translation from DOS2UNIX
- update to 1.006004:
  * added german translation
  * enhanced some parts of english documentation
  * reverse the perl/arch paths in PERL5LIB
- update to 1.006000:
  * create lib::core::only that provides the "set @INC to core dirs only" functionality that was the only part of --self-contained that ever worked usefully
  * delete broken --self-contained flag from core
- update to 1.005001
- changes from 1.005000:
  * more robust handling of running new toolchains on older perls
  * warnings for missing PATH/PERL5LIB (as when not running interactively) silenced
  * start of better docs for C<--self-contained>
- new package, ported from Fedora 13

OBS-URL: https://build.opensuse.org/request/show/842303
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=45
2020-10-20 12:06:10 +00:00
1300ee1032 Accepting request 506099 from devel:languages:perl
- updated to 2.000023
   see /usr/share/doc/packages/perl-local-lib/Changes
  2.000023 - 2017-06-07
   - fix use of 'note' in test for compatibilty with old Test::More
  
  2.000022 - 2017-06-07
   - releasing as stable
  
  2.000_021 - 2017-04-23
   - account for an empty SHELL variable when detecting shell
   - author test cleanups
   - bootstrapping option --no-manpages now affects bootstrapping process, not
     just later module installs
   - cope with home directories with spaces when bootstrapping with old CPAN.pm
  
  2.000_020 - 2016-10-18
   - fix handling of inc_version_list
   - don't load strict or warnings outside author mode
   - load and use Cwd when we're printing and exiting
   - use loaded Cwd/Win32::Cwd if it's available
   - handle relative paths in current executable
   - don't try to run current executable in embedded perl
   - handle relative directories better
   - fix shell test for powershell 1 and group policy restricted environments
   - avoid user init files in shell test
   - use safer format to check environment in shell test
   - many test cleanups

OBS-URL: https://build.opensuse.org/request/show/506099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-local-lib?expand=0&rev=15
2017-07-11 06:24:42 +00:00
Stephan Kulow
2580922538 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=43 2017-06-25 08:46:26 +00:00
Stephan Kulow
038c997f79 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=42 2017-06-25 08:43:42 +00:00
Stephan Kulow
4230de1fff OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=41 2017-06-25 08:41:32 +00:00
Stephan Kulow
26585e78fe OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=40 2017-06-25 08:39:52 +00:00
Stephan Kulow
54d67d8f0d Accepting request 502474 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/502474
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=39
2017-06-25 08:37:57 +00:00
a7863c1d3f Accepting request 396905 from devel:languages:perl
- update to 2.00019
 - fix bootstrapping into directory with spaces (PR#4)
 - fix variable interpolation to work when used with sh -u (RT#112711)
 - author test enhancements

OBS-URL: https://build.opensuse.org/request/show/396905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-local-lib?expand=0&rev=14
2016-05-25 19:27:14 +00:00
Stephan Kulow
62c8e04661 - update to 2.00019
- fix bootstrapping into directory with spaces (PR#4)
 - fix variable interpolation to work when used with sh -u (RT#112711)
 - author test enhancements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=37
2016-05-20 05:12:55 +00:00
Stephan Kulow
1c4f78bec6 Accepting request 345970 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/345970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-local-lib?expand=0&rev=13
2015-11-24 21:33:57 +00:00
Stephan Kulow
421e09214c - update to 2.00018
2.000018 - 2015-10-29
   - repair CPAN.pm bootstrapping broken by extraneous prerequisite.
   - ensure directories are created in correct order to avoid errors
  
  2.000017 - 2015-10-06
   - fix shell quoting for fish shell
   - work around issue where some cpanm versions wouldn't upgrade
     ExtUtils::MakeMaker in some cases it should have
   - added --quiet option to surpress directory creation message
   - build_environment_vars_for, build_activate_environment_vars_for, and
     environment_vars_string_for options will always include directories being
     added, even if they were already in current ENV vars
   - fixes for author tests
   - create directory structure under created local::libs, ensuring arch dirs
     will always be added to @INC by perl
   - only cause CPAN.pm to prefer ExtUtils::MakeMaker over Module::Build during
     bootstrap process, not after
   - bootstrap process refactored

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=35
2015-11-22 06:44:38 +00:00
df43982f93 Accepting request 284723 from devel:languages:perl
- updated to 2.000015
  - Avoid using += in Makefile when bootstrapping for portability (RT#100797)
  - adjust quoting of paths with spaces to work with ExtUtils::MakeMaker 7.0,
    and bump our EUMM prereq to 7.0.
  - fix shell test for shells where we can't prevent some rc files from being
    loaded, like zsh (RT#99819).

OBS-URL: https://build.opensuse.org/request/show/284723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-local-lib?expand=0&rev=12
2015-02-08 10:43:03 +00:00
Stephan Kulow
0d31f22df1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=33 2015-02-08 07:43:21 +00:00
Stephan Kulow
76e29c85af - updated to 2.000015
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=32
2015-02-07 07:36:33 +00:00
Stephan Kulow
1a2b68cccb - updated to 2.000015
- Avoid using += in Makefile when bootstrapping for portability (RT#100797)
  - adjust quoting of paths with spaces to work with ExtUtils::MakeMaker 7.0,
    and bump our EUMM prereq to 7.0.
  - fix shell test for shells where we can't prevent some rc files from being
    loaded, like zsh (RT#99819).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=31
2015-02-07 07:35:39 +00:00
Stephan Kulow
b6754bcd09 Accepting request 249367 from devel:languages:perl
- updated to 2.000014
  - fix taint-mode test in some cases on case insensitive filesystems
 
 2.000013 - 2014-08-16
  - fix test failure in ActiveState perl
  - better test diagnostics
  - fix quoting of spaces for fish shell (rt#95268)
  - improve quoting for use with cmd.exe
  - fix quoting any arbitrary character when contructing strings for bash
  - skip testing use with shells if the shell doesn't work at all
 
 2.000012 - 2014-05-12
  - restore build_activate_environment_vars_for,
    build_deactivate_environment_vars_for, build_deact_all_environment_vars_for
    methods for perlbrew compatibility
  - fix transforming relative paths to absolute paths in older perls
  - fix quoting for fish shell
 
 2.000011 - 2014-04-02
  - more fixes for issue where PERL5LIB Carp is not the same version as in the
    local-lib
 
 2.000010 - 2014-03-28
  - fix shell test on cygwin
 
 2.000_009 - 2014-03-15
  - no longer loads File::Spec, so an upgraded version installed inside a local
    lib dir can be used by scripts

OBS-URL: https://build.opensuse.org/request/show/249367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-local-lib?expand=0&rev=11
2014-09-17 15:25:59 +00:00
Stephan Kulow
aefd8937db update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=29
2014-09-15 15:59:57 +00:00
Stephan Kulow
79eb960666 Accepting request 226060 from devel:languages:perl
update

OBS-URL: https://build.opensuse.org/request/show/226060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-local-lib?expand=0&rev=9
2014-03-18 12:57:56 +00:00
Stephan Kulow
8de4954ce5 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=27
2014-03-15 13:00:26 +00:00
Stephan Kulow
6a9ca64a53 Accepting request 208401 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/208401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-local-lib?expand=0&rev=8
2013-12-07 06:47:43 +00:00
Stephan Kulow
c2c20ee735 - updated to 1.008026
- drop perl prerequisite to 5.6, since everything works there.
      - fix install test on cygwin
      - fix stackable test on win32 and when external local::lib is set
      - clarify errors in Makefile.PL about CPAN configuration
      - adjust csh output to allow use directly by eval
      - silence a possible warning in Makefile.PL
      - add additional docs about combining local::lib with lib::core::only
      - reverse order of PERL_LOCAL_LIB_ROOT.  new local::libs are now added
        to the beginning instead of the end, to match the order of other
        similar environment variables.
      - fix installation into directories with spaces or backslashes, as
        well as Win32 test failures when Capture::Tiny is installed
      - fix test breaking in some cases when an external local::lib is set
      - fix test compatibility with old versions of Exporter
      - stable release of 1.008022 (no code changes since 1.008012)
      - see 1.008019 through 1.008021
      - yet another attempt to overcome win32 testing issues (paths with
        spaces, backslashes)
      - yet another attempt to overcome win32 testing issues (paths with
        spaces, backslashes)
      - another attempt to overcome win32 testing issues (paths with spaces,
        backslashes)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=25
2013-11-25 09:24:27 +00:00
Tomáš Chvátal
c7b6b0eee3 Accepting request 202279 from devel:languages:perl
- update to 1.008018
       - print out actual paths in more test cases, for helping to diagnose
         mysterious failures
       - avoid "Unrecognized escape \s passed through" errors on win32
         (again)
       - avoid "Unrecognized escape \s passed through" errors on win32
       - fix new test to use alternate path representations on windows, to
         handle potential space issues (regression since 1.008012)
       - fix undef value errors when not installing into a local::lib
       - now handling using -Mlocal::lib in a taintperl environment, by
         ensuring that all libs in PERL_LOCAL_LIB_ROOT are properly added to
         @INC (RT#76661, Karen Etheridge)

OBS-URL: https://build.opensuse.org/request/show/202279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-local-lib?expand=0&rev=7
2013-10-06 12:31:30 +00:00
Stephan Kulow
7519f5d66e trigger service run
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=23
2013-10-04 19:49:43 +00:00
Stephan Kulow
d0bd4a0de9 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=21
2013-10-04 15:44:53 +00:00
Stephan Kulow
ee06e8377f Accepting request 184842 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/184842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-local-lib?expand=0&rev=5
2013-07-30 10:06:12 +00:00
Stephan Kulow
760736072a - updated to 1.008011
- skip CPAN workaround if running via cpanminus  (miyagawa, RT#85731)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=18
2013-07-27 12:53:05 +00:00
Stephan Kulow
43be6319f3 Accepting request 178579 from devel:languages:perl
- updated to 1.008010
       - Fix a split on undefined value warning (David Golden -- see
         https://github.com/gugod/App-perlbrew/issues/305)
       - Remove Carp::Always dep
       - Fix putting arch path in PERL5LIB
       - Refactor Win32 path handling out of ensure_dir_structure_for()
       - Fix activate_paths when PERL_LOCAL_LIB_ROOT starts with :
       - Fix ~/perl5/bin missing in $PATH
       - Back to 1.008004 with Carp fix since subsequent releases were botched
       - Avoid issue where PERL5LIB Carp is older than local::lib one

OBS-URL: https://build.opensuse.org/request/show/178579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-local-lib?expand=0&rev=4
2013-06-13 15:46:34 +00:00
Stephan Kulow
a0943c7d98 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=16 2013-06-11 18:51:30 +00:00
Stephan Kulow
a160280a15 - updated to 1.008010
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=15
2013-06-11 18:45:11 +00:00
Stephan Kulow
75c9be3c13 - updated to 1.008010
- Fix a split on undefined value warning (David Golden -- see
         https://github.com/gugod/App-perlbrew/issues/305)
       - Remove Carp::Always dep
       - Fix putting arch path in PERL5LIB
       - Refactor Win32 path handling out of ensure_dir_structure_for()
       - Fix activate_paths when PERL_LOCAL_LIB_ROOT starts with :
       - Fix ~/perl5/bin missing in $PATH
       - Back to 1.008004 with Carp fix since subsequent releases were botched
       - Avoid issue where PERL5LIB Carp is older than local::lib one

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=14
2013-06-11 18:40:51 +00:00
Stephan Kulow
09312844f8 Accepting request 97237 from devel:languages:perl
new perl dep

OBS-URL: https://build.opensuse.org/request/show/97237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-local-lib?expand=0&rev=1
2011-12-21 16:31:07 +00:00
Stephan Kulow
fdd36538d8 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=12 2011-12-20 13:45:03 +00:00
Stephan Kulow
7ec48e25aa OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=11 2011-12-20 13:44:51 +00:00
Pascal Bleser
3b2e099815 1.008004
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=10
2011-02-25 20:04:52 +00:00
Stephan Kulow
852a271012 new macros
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=9
2010-12-05 12:56:08 +00:00
Stephan Kulow
71bd75843f - remove /var/adm/perl-modules
- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

- remove /var/adm/perl-modules

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=8
2010-11-29 18:56:46 +00:00
Pascal Bleser
bb03c3a8d8 1.006007
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=7
2010-08-26 06:34:04 +00:00
Pascal Bleser
3ebc39ffa3 1.006005
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=6
2010-07-15 17:11:26 +00:00
Pascal Bleser
12dcf12490 not a noarch any more
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=5
2010-06-12 23:23:30 +00:00
Pascal Bleser
258937ca95 1.006004
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=4
2010-06-12 23:09:49 +00:00
Pascal Bleser
ffe9f9066b 1.006000
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=3
2010-04-01 17:02:06 +00:00