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.26
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 through RT: email "bug-package-stash-xs at
25 rt.cpan.org", or browse to
26 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Package-Stash-XS>.
27
29 · Class::MOP::Package
30
31 This module is a factoring out of code that used to live here
32
34 You can find this documentation for this module with the perldoc
35 command.
36
37 perldoc Package::Stash::XS
38
39 You can also look for information at:
40
41 · AnnoCPAN: Annotated CPAN documentation
42
43 <http://annocpan.org/dist/Package-Stash-XS>
44
45 · CPAN Ratings
46
47 <http://cpanratings.perl.org/d/Package-Stash-XS>
48
49 · RT: CPAN's request tracker
50
51 <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Package-Stash-XS>
52
53 · Search CPAN
54
55 <http://search.cpan.org/dist/Package-Stash-XS>
56
58 Jesse Luehrs <doy at tozt dot net>
59
60 Based on code from Class::MOP::Package, by Stevan Little and the Moose
61 Cabal.
62
64 Jesse Luehrs <doy at tozt dot net>
65
67 This software is copyright (c) 2013 by Jesse Luehrs.
68
69 This is free software; you can redistribute it and/or modify it under
70 the same terms as the Perl 5 programming language system itself.
71
72
73
74perl v5.16.3 2013-01-04 Package::Stash::XS(3)