9
0
Pascal Bleser
2011-02-25 20:04:52 +00:00
committed by Git OBS Bridge
parent 852a271012
commit 3b2e099815
4 changed files with 60 additions and 40 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
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