File: Changes

package info (click to toggle)
libtry-tiny-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 96 kB
  • ctags: 5
  • sloc: perl: 247; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 513 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
0.04
	- Restore list context propagation for catch blocks
	- Fix a bug where finally blocks weren't always invoked

0.03
	- Support for 'finally' blocks (Andy Yates)
	- More documentation and tests (many people)
	- Sets $@ to the previous value at the beginning of the eval, to allow
	  the capture of an error stack when calling die.

0.02
	- Doc fixes from chromatic
	- Various minor fixes from Adam Kennedy
	- Additional documentation and code clarifications
	- 5.005_04 compatibility

0.01
	- Initial release