File: Changes

package info (click to toggle)
libdebug-trace-perl 0.04-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze, wheezy
  • size: 68 kB
  • ctags: 10
  • sloc: perl: 161; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Revision history for Perl extension Debug::Trace.

0.01  Thu Oct  3 09:14:47 2002
	- initial version

0.02  Thu Oct  3 11:10:44 2002
        - Added kit files README, MANIFEST and such.
	- Added self test program.
	- Use Data::Dumper to format values.
	- Send output using warn() bu default.
	- Implement modifiers: :warn :nowarn

0.03  Fri Oct  4 02:20:00 2002
        - Add where/from in trace output.
	- Rework configuring.
        - More config options: caller stacktrace maxlen.
	- DD options via config: indent useqq maxdepth quotekeys sortkeys.

0.04  Fri Oct  4 22:01:45 2002
        - Add tests, update documentation and small fixes for caller,
	  stacktrace, maxlen.