2007-08-05 15:36:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 5 17:08:34 CEST 2007 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- update to 2.33
|
|
|
|
- fixed rt.cpan.org#26333 - just return $con if env var is
|
|
|
|
undefined.
|
|
|
|
- applied part of a patch supplied by
|
|
|
|
Vincent Rivellino <vince@cuz.cx> which turns off explicit empty
|
|
|
|
block support if in apache compatibility mode, see next.
|
|
|
|
- added new option -ApacheCompatible, which makes the module
|
|
|
|
behave really apache compatible by setting the required
|
|
|
|
options.
|
|
|
|
- a little bit re-organized the code, most of the stuff in new()
|
|
|
|
is now outsourced into several extra subs to make maintenance
|
|
|
|
of the code easier. The old new() sub in fact was a nightmare.
|
|
|
|
- fixed a bug reported by Otto Hirr <otto.hirr@olabinc.com>:
|
|
|
|
the _store() sub used sort() to sort the keys, which conflicts
|
|
|
|
with sorted hashes (eg. tied using Tie::IxHash).
|
|
|
|
- fixed tie bug reported by King, Jason <kingj@newsltd.com.au>,
|
|
|
|
loading of the tie module didn't work.
|
|
|
|
- additional changes from 2.32
|
|
|
|
- fixed rt.cpan.org#24232 - import ENV vars only if defined
|
|
|
|
- fixed rt.cpan.org#20742 - dont' overwrite a var if re-defined
|
|
|
|
in current scope, interpolation failed for re-defined vars and
|
|
|
|
used the value of the var defined in outer scope, not the
|
|
|
|
current one.
|
|
|
|
- fixed rt.cpan.org#17852 - a 0 as blockname were ignored.
|
|
|
|
applied patch by SCOP to t/run.t to test for 0 in blocks.
|
|
|
|
- applied most hints Perl::Critic had about Config::General:
|
|
|
|
o the functions ParseConfig SaveConfig SaveConfigString must
|
|
|
|
now imported implicitly. This might break existing code, but
|
|
|
|
is easily to fix.
|
|
|
|
o using IO::File instead of open().
|
|
|
|
o General.pm qualifies for "stern" level after all.
|
|
|
|
- added much more tests to t/run.t for 'make test'.
|
|
|
|
- using Test::More now.
|
|
|
|
|
2007-01-15 23:30:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:39:33 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 16 15:56:47 CET 2006 - mrueckert@suse.de
|
|
|
|
|
|
|
|
- update to version 2.31
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 29 18:49:35 CEST 2005 - cthiel@suse.de
|
|
|
|
|
|
|
|
- update to version 2.29
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 18 06:26:54 CET 2004 - nashif@suse.de
|
|
|
|
|
|
|
|
- update to version 2.24
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 11 09:46:04 CET 2004 - adrian@suse.de
|
|
|
|
|
|
|
|
- build as user
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 22 14:13:34 CEST 2003 - mjancar@suse.cz
|
|
|
|
|
|
|
|
- require the perl version we build with
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 18 16:30:32 CEST 2003 - nashif@suse.de
|
|
|
|
|
|
|
|
- use DESTDIR
|
|
|
|
- Fixed filelist
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 1 12:09:17 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- use new macro perl_process_packlist
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 13 06:49:03 CEST 2003 - nashif@suse.de
|
|
|
|
|
|
|
|
- Update to 2.19
|
|
|
|
- Fixed file list
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 8 06:33:45 CEST 2002 - nashif@suse.de
|
|
|
|
|
|
|
|
- Update to version 2.04
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 9 18:13:39 CEST 2001 - nashif@suse.de
|
|
|
|
|
|
|
|
- Removed %version macro
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 8 18:41:41 CET 2001 - nashif@suse.de
|
|
|
|
|
|
|
|
- fixed %files in spec
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 23 06:13:36 MET 2001 - nashif@suse.de
|
|
|
|
|
|
|
|
- removed buildroot from pod file
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 16 07:10:51 CET 2001 - nashif@suse.de
|
|
|
|
|
|
|
|
- Initial Release (1.18)
|
|
|
|
|