1Ref::Util::PP(3) User Contributed Perl Documentation Ref::Util::PP(3)
2
3
4
6 Ref::Util::PP - pure-Perl version of Ref::Util
7
9 version 0.204
10
12 use Ref::Util;
13
15 This module provides a pure-Perl implementation of the functions in
16 Ref::Util.
17
18 Ref::Util:PP will be used automatically if Ref::Util is installed on a
19 system with no C compiler, but you can force its usage by setting
20 either $Ref::Util::IMPLEMENTATION or the "PERL_REF_UTIL_IMPLEMENTATION"
21 environment variable to "PP".
22
24 · Sawyer X <xsawyerx@cpan.org>
25
26 · Aaron Crane <arc@cpan.org>
27
28 · Vikenty Fesunov <vyf@cpan.org>
29
30 · Gonzalo Diethelm <gonzus@cpan.org>
31
32 · Karen Etheridge <ether@cpan.org>
33
35 This software is Copyright (c) 2017 by Sawyer X.
36
37 This is free software, licensed under:
38
39 The MIT (X11) License
40
41
42
43perl v5.30.1 2020-01-30 Ref::Util::PP(3)