forked from pool/perl-local-lib
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-local-lib?expand=0&rev=23
116 lines
4.4 KiB
Plaintext
116 lines
4.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Oct 4 19:48:30 UTC 2013 - coolo@suse.com
|
|
|
|
- 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)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 27 11:58:45 UTC 2013 - coolo@suse.com
|
|
|
|
- updated to 1.008011
|
|
- skip CPAN workaround if running via cpanminus (miyagawa, RT#85731)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 11 18:38:33 UTC 2013 - coolo@suse.com
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 25 20:01:38 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 29 18:30:24 UTC 2010 - coolo@novell.com
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 26 06:21:48 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 15 17:10:18 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- update to 1.006005:
|
|
* added support informations (also for german)
|
|
* fixed newline in german translation from DOS2UNIX
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 12 23:01:49 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- update to 1.006004:
|
|
* added german translation
|
|
* enhanced some parts of english documentation
|
|
* reverse the perl/arch paths in PERL5LIB
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 1 05:49:02 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 14 02:15:00 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- 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>
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 3 19:43:22 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- new package, ported from Fedora 13
|
|
|