The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
==============================================================================
                   Release of version 0.23 of Hook::LexWrap
==============================================================================


NAME
    Hook::LexWrap - Lexically scoped subroutine wrappers

VERSION
    This document describes version 0.23 of Hook::LexWrap.

DESCRIPTION
    Hook::LexWrap allows you to install a pre- or post-wrapper (or both)
    around an existing subroutine. Unlike other modules that provide this
    capacity (e.g. Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap
    implements wrappers in such a way that the standard `caller' function
    works correctly within the wrapped subroutine.

AUTHOR
    Damian Conway (damian@conway.org)

COPYRIGHT
          Copyright (c) 2001, Damian Conway. All Rights Reserved.
        This module is free software. It may be used, redistributed
            and/or modified under the same terms as Perl itself.


==============================================================================

AVAILABILITY

Hook::LexWrap has been uploaded to the CPAN
and is also available from:

CPAN

==============================================================================