summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-11-16 09:38:21 -0600
committerJesse Luehrs <doy@tozt.net>2010-11-16 09:38:21 -0600
commit0cb523276ef2682d43b80c26c556652988c6a9a7 (patch)
treead12c41b9b7fde101158b5d8aaebc4d71df02235 /lib
parent24d2fc4541076b86c87526b2c5b3f7b7a3c00a75 (diff)
downloadpackage-stash-xs-0cb523276ef2682d43b80c26c556652988c6a9a7.tar.gz
package-stash-xs-0cb523276ef2682d43b80c26c556652988c6a9a7.zip
pod coverage, eol whitespace0.15
Diffstat (limited to 'lib')
-rw-r--r--lib/Package/Stash/XS.pm18
1 files changed, 17 insertions, 1 deletions
diff --git a/lib/Package/Stash/XS.pm b/lib/Package/Stash/XS.pm
index 757a7e9..3954112 100644
--- a/lib/Package/Stash/XS.pm
+++ b/lib/Package/Stash/XS.pm
@@ -30,7 +30,7 @@ installed, and should be preferred in all environments with a compiler.
=item * Prior to perl 5.10, scalar slots are only considered to exist if they are defined
-This is due to a shortcoming within perl itself. See
+This is due to a shortcoming within perl itself. See
L<perlref/Making References> point 7 for more information.
=back
@@ -84,6 +84,22 @@ Jesse Luehrs <doy at tozt dot net>
Based on code from L<Class::MOP::Package>, by Stevan Little and the Moose
Cabal.
+=begin 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
+
+=end Pod::Coverage
+
=cut
1;