Devel::OpProf, version 0.2

		   Copyright (c) 1997, 1998, Malcolm Beattie

    This program is free software; you can redistribute it and/or modify
    it under the terms of either:

	a) the GNU General Public License as published by the Free
	Software Foundation; either version 1, or (at your option) any
	later version, or

	b) the "Artistic License" which comes with this kit.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See either
    the GNU General Public License or the Artistic License for more details.

    You should have received a copy of the Artistic License with this kit,
    in the file named "Artistic".  If not, you can get one from the Perl
    distribution. You should also have received a copy of the GNU General
    Public License, in the file named "Copying". If not, you can get one
    from the Perl distribution or else write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

This module lets perl keep a count of each internal operation in a
program so that you can profile your Perl code.

CHANGES

0.2  13 Aug 1998
New since 0.1
    Prepended PL_ to global variables which need it for 5.005.
    Tweaked runops_opprof to use CALLOP (for PERL_OBJECT).

0.1  10 Dec 1997
Initial release for Perl development version 5.004_50.

INSTALLATION

You need Perl 5.005 or later. This module makes use of the dynamic
runops feature included in Perl 5.005--earlier versions of Perl will
not suffice.

To build:
    perl Makefile.PL
    make
    make install

Malcolm Beattie
mbeattie@sable.ox.ac.uk
13 August 1998