
1.104


	Fixed a conflict with 'qw' and perl 5.004.

        Fixed a warning issued with perl 5.004

        Corrected a problem with where using ptkdb for 
        debugging other ptk apps would cause 'grab' problems.



   This is version 1.1 of ptkdb, a debugger for perl that uses the
perlTk user interface.   It features pushbutton controls for run,
step-in, step-out, return, controls for breakpoints, expression
evaluation and package browsing.  

Installation:

   You can either use the MakeMaker interface:

perl Makefile.PL
make
make install

    Or you can use the GUI installer:

gunzip install_ptkdb.pl.gz
perl install_ptkdb.pl

Revision history for Perl extension Devel::ptkdb.

1.1  Mon Dec  7 14:36:17 1998
	- original version; created by h2xs 1.18

1.101 Tue Dec 15 16:00 1998

       Corrected POD document to change -d:ptkdb1048 to -d:ptkdb

       Removed Dead code for font specifications and tag configuration
       that is no longer used

       Broke up a chained call to Data::Dumper->Terse->Ident into 
       two separate calls to make it compatible with older versions
       of Data::Dumper
