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.28
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
24 Please report any bugs to GitHub Issues at
25 <https://github.com/doy/package-stash-xs/issues>.
26
28 Package::Stash
29
31 You can find this documentation for this module with the perldoc
32 command.
33
34 perldoc Package::Stash::XS
35
36 You can also look for information at:
37
38 · MetaCPAN
39
40 <https://metacpan.org/release/Package-Stash-XS>
41
42 · Github
43
44 <https://github.com/doy/package-stash-xs>
45
46 · RT: CPAN's request tracker
47
48 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Package-Stash-XS>
49
50 · CPAN Ratings
51
52 <http://cpanratings.perl.org/d/Package-Stash-XS>
53
55 Jesse Luehrs <doy@tozt.net>
56
58 This software is copyright (c) 2013 by Jesse Luehrs.
59
60 This is free software; you can redistribute it and/or modify it under
61 the same terms as the Perl 5 programming language system itself.
62
63
64
65perl v5.28.0 2013-07-16 Package::Stash::XS(3)