Revision history for Perl module Devel::TestEmbed

5 September 9, 2005
  - Added 'use strict' to the module, fixed some 
    minor strict problems
  - Altered sample .perldb to not override tdump()
    if it already exists in the current namespace

4 June 22, 2005
  - speed hack for watchfunction(); only insert 
    tdump into the current package if debugger is
    gaining control
  - fix header on this file
  - clarify comments and add more whitespace

3 October 23, 2004
  - Added skip for unwritable file test if effective UID is 0
  - Added default file for output if none is specified

2 October 22, 2004
  - Made sure $VERSION was set in Devel/TestEmbed.pm
  - Added pointer to presentation

1 October 22, 2004
  - initial version; packaged for CPAN