1Devel::OverrideGlobalReUqsueirreC(o3n)tributed Perl DocuDmeevnetla:t:iOovnerrideGlobalRequire(3)
2
3
4
6 Devel::OverrideGlobalRequire - Override CORE::GLOBAL::require safely
7
9 version 0.001
10
12 use Devel::OverrideGlobalRequire;
13
14 override_global_require( sub { ... } );
15
17 This module overrides "CORE::GLOBAL::require" with a code reference in
18 a way that plays nice with any existing overloading and ensures the
19 right calling package is in scope.
20
22 Bugs / Feature Requests
23 Please report any bugs or feature requests through the issue tracker at
24 <https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-OverrideGlobalRequire>.
25 You will be notified automatically of any progress on your issue.
26
27 Source Code
28 This is open source software. The code repository is available for
29 public review and contribution under the terms of the license.
30
31 <http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-OverrideGlobalRequire.git;a=summary>
32
33 git clone git://git.shadowcat.co.uk/p5sagit/Devel-OverrideGlobalRequire.git
34
36 • Peter Rabbitson <ribasushi@cpan.org>
37
38 • Andrew Main <zefram@cpan.org>
39
40 • David Golden <dagolden@cpan.org>
41
43 This software is copyright (c) 2013 by Peter Rabbitson.
44
45 This is free software; you can redistribute it and/or modify it under
46 the same terms as the Perl 5 programming language system itself.
47
48
49
50perl v5.38.0 2023-07-20 Devel::OverrideGlobalRequire(3)