PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Package::Stash::XS; # git description: v0.29-21-gea0807b use strict; use warnings; use 5.008001; # ABSTRACT: Faster and more correct implementation of the Package::Stash API our $VERSION = '0.30'; use XSLoader; XSLoader::load(__PACKAGE__, $VERSION); __END__ =pod =encoding UTF-8 =head1 NAME Package::Stash::XS - Faster and more correct implementation of the Package::Stash API =head1 VERSION version 0.30 =head1 SYNOPSIS use Package::Stash; =head1 DESCRIPTION This is a backend for L, which provides the functionality in a way that's less buggy and much faster. It will be used by default if it's installed, and should be preferred in all environments with a compiler. =head1 BUGS No known bugs (but see the BUGS section in L). =head1 SEE ALSO L =for Pod::Coverage add_symbol get_all_symbols get_or_add_symbol get_symbol has_symbol list_all_symbols name namespace new remove_glob remove_symbol =head1 SUPPORT Bugs may be submitted through L (or L). =head1 AUTHORS =over 4 =item * Stevan Little =item * Jesse Luehrs =back =head1 CONTRIBUTORS =for stopwords Karen Etheridge Florian Ragwitz Dave Rolsky Justin Hunter Tim Bunce =over 4 =item * Karen Etheridge =item * Florian Ragwitz =item * Dave Rolsky =item * Justin Hunter =item * Tim Bunce =back =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2022 by Jesse Luehrs. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut