File: README

package info (click to toggle)
libhook-lexwrap-perl 0.20-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 68 kB
  • ctags: 30
  • sloc: perl: 274; makefile: 43
file content (48 lines) | stat: -rwxr-xr-x 1,520 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
==============================================================================
                   Release of version 0.20 of Hook::LexWrap
==============================================================================


NAME
    Hook::LexWrap - Lexically scoped subroutine wrappers

VERSION
    This document describes version 0.01 of Hook::LexWrap, released
    September 17, 2001.

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.


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

CHANGES IN VERSION 0.20


	- Fixed various problems in handling C<wantarray> (thanks Marcel)

	- Fixed C<caller> (thanks everyone)


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

AVAILABILITY

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

	http://www.csse.monash.edu.au/~damian/CPAN/Hook-LexWrap.tar.gz

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