perl-Sub-Uplevel/perl-Sub-Uplevel.changes

66 lines
2.2 KiB
Plaintext

-------------------------------------------------------------------
Sat Jul 25 19:42:19 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
Wed Jul 1 13:41:09 CEST 2009 - chris@computersalat.de
- added perl-macros
o autogen filelist with perl_gen_filelist
- spec mods
o added header
o fixed deps
-------------------------------------------------------------------
Fri Sep 12 12:53:17 CEST 2008 - anicka@suse.cz
- update to 0.2002
* changed: removed Exporter dependency
* test fix: fixed strange t/07_uplevel_too_high.t fail on Win32
-------------------------------------------------------------------
Wed Sep 10 16:59:31 CEST 2008 - anicka@suse.cz
- update to 0.2001
* test fix: changed prior override test to be more robust (SCHWERN)
* changed: bumped perl requirement to 5.006 and stopped using vars
(fixes a test bug under Test::More > 0.80)
* fixed: load Carp only as needed (fixes problem on 5.005)
* added: uplevel will warn if uplevel request is more than the call
stack depth
-------------------------------------------------------------------
Mon Feb 25 13:45:37 CET 2008 - anicka@suse.cz
- update to 0.1901
* hides the "DB" package from indexers
(DB used to support @DB::args)
* bug fix: replacement caller() correctly sets @DB::args if calling
package is DB
* repackaging: custom Build.PL, moved all author tests to xt/,
added LICENSE and INSTALL files
-------------------------------------------------------------------
Thu Nov 1 15:44:09 CET 2007 - anicka@suse.cz
- update to 0.18
* removed 5.006-specific language and tested on prerelease 5.00505
-------------------------------------------------------------------
Mon Oct 8 09:25:50 CEST 2007 - anicka@suse.cz
- update to 0.16
* Won't override any existing CORE::GLOBAL::caller when loaded
* Localize global caller() override to the scope of the uplevel()
call so it can play nicer with things like Contextual::Return
and Hook::LexWrap that also override caller()
-------------------------------------------------------------------
Thu Jun 14 18:10:23 CEST 2007 - anicka@suse.cz
- package created (version 0.14)