1Package::Stash::XS(3) User Contributed Perl DocumentationPackage::Stash::XS(3)
2
3
4
6 Package::Stash::XS - Faster and more correct implementation of the
7 Package::Stash API
8
10 version 0.30
11
13 use Package::Stash;
14
16 This is a backend for Package::Stash, which provides the functionality
17 in a way that's less buggy and much faster. It will be used by default
18 if it's installed, and should be preferred in all environments with a
19 compiler.
20
22 No known bugs (but see the BUGS section in Package::Stash).
23
25 Package::Stash
26
28 Bugs may be submitted through the RT bug tracker
29 <https://rt.cpan.org/Public/Dist/Display.html?Name=Package-Stash-XS>
30 (or bug-Package-Stash-XS@rt.cpan.org <mailto:bug-Package-Stash-
31 XS@rt.cpan.org>).
32
34 • Stevan Little <stevan.little@iinteractive.com>
35
36 • Jesse Luehrs <doy@tozt.net>
37
39 • Karen Etheridge <ether@cpan.org>
40
41 • Florian Ragwitz <rafl@debian.org>
42
43 • Dave Rolsky <autarch@urth.org>
44
45 • Justin Hunter <justin.d.hunter@gmail.com>
46
47 • Tim Bunce <Tim.Bunce@pobox.com>
48
50 This software is copyright (c) 2022 by Jesse Luehrs.
51
52 This is free software; you can redistribute it and/or modify it under
53 the same terms as the Perl 5 programming language system itself.
54
55
56
57perl v5.38.0 2023-07-21 Package::Stash::XS(3)