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.29
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 Package::Stash
23
25 You can find this documentation for this module with the perldoc
26 command.
27
28 perldoc Package::Stash::XS
29
30 You can also look for information at:
31
32 • MetaCPAN
33
34 <https://metacpan.org/release/Package-Stash-XS>
35
36 • Github
37
38 <https://github.com/moose/Package-Stash-XS>
39
40 • RT: CPAN's request tracker
41
42 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Package-Stash-XS>
43
44 • CPAN Ratings
45
46 <http://cpanratings.perl.org/d/Package-Stash-XS>
47
49 No known bugs (but see the BUGS section in Package::Stash).
50
51 Bugs may be submitted through the RT bug tracker
52 <https://rt.cpan.org/Public/Dist/Display.html?Name=Package-Stash-XS>
53 (or bug-Package-Stash-XS@rt.cpan.org <mailto:bug-Package-Stash-
54 XS@rt.cpan.org>).
55
57 Jesse Luehrs <doy@tozt.net>
58
60 • Florian Ragwitz <rafl@debian.org>
61
62 • Karen Etheridge <ether@cpan.org>
63
64 • Dave Rolsky <autarch@urth.org>
65
66 • Justin Hunter <justin.d.hunter@gmail.com>
67
68 • Tim Bunce <Tim.Bunce@pobox.com>
69
71 This software is copyright (c) 2018 by Jesse Luehrs.
72
73 This is free software; you can redistribute it and/or modify it under
74 the same terms as the Perl 5 programming language system itself.
75
76
77
78perl v5.34.0 2021-07-22 Package::Stash::XS(3)