Runops::Hook - B<DEPRECATED> (all functionality merged into L<Runops::Trace>


Runops-Hook documentation Contained in the Runops-Hook distribution.

Index


Code Index:

NAME

Top

Runops::Hook - DEPRECATED (all functionality merged into Runops::Trace

SYNOPSIS

Top

	use Runops::Trace;

DESCRIPTION

Top

Runops::Trace 0.10 has been extended to support all the features of Runops::Hook (thresholds, operator arguments, etc) and got a few more features as well. Go check it out.

AUTHOR

Top

Chia-Liang Kao <clkao@clkao.org>

Yuval Kogman <nothingmuch@woobling.org>

COPYRIGHT

Top


Runops-Hook documentation Contained in the Runops-Hook distribution.

package Runops::Hook;

use strict;
use warnings;

our $VERSION = '0.03';

1;

__END__