1Devel::Caller::IgnoreNaUmseesrpaCcoenst(r3i)buted Perl DDoecvuemle:n:tCaatliloenr::IgnoreNamespaces(3)
2
3
4
6 Devel::Caller::IgnoreNamespaces - make available a magic caller() which
7 can ignore namespaces that you tell it about
8
10 package Foo::Bar
11
12 use Devel::Caller::IgnoreNamespaces;
13 Devel::Caller::IgnoreNamespaces::register(__PACKAGE__);
14
16 If your module should be ignored by caller(), just like Hook::LexWrap
17 is by its magic caller(), then call this module's register() subroutine
18 with its name.
19
21 register('packagename', 'anotherpackage', ...)
22 Takes a list of packages that caller() will ignore in future.
23
25 Please report any bugs using <http://rt.cpan.org>. The best bug
26 reports include a file with a test in it that fails with the current
27 code and will pass once the bug is fixed.
28
29 I welcome feedback, especially constructive criticism, by email.
30
31 Feature requests are more likely to be accepted if accompanied by a
32 patch and tests.
33
35 This module is maintained by David Cantrell <david@cantrell.org.uk> and
36 based almost entirely on code by Damian Conway.
37
38 Copyright 2001-2008 Damian Conway
39
40 Documentation and tests and some code copyright 2009 David Cantrell
41
42 You may use, modify and distribute this code under either the Artistic
43 Licence or the GNU GPL version 2. See the ARTISTIC.txt or GPL2.txt
44 files for the full texts of the licences.
45
46
47
48perl v5.32.1 2021-01-27Devel::Caller::IgnoreNamespaces(3)