fix spelling test
Karen Etheridge [Wed, 8 Jul 2015 01:12:42 +0000 (18:12 -0700)]
dist.ini
lib/Catalyst/Plugin/Session/State/Stash.pm

index 2ad03d2..0ea0e2c 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -9,7 +9,6 @@ copyright_year = 2009
 Authority.authority = cpan:BOBTFISH
 Test::MinimumVersion.max_target_perl = 5.008003
 -remove = PodWeaver
--remove = Test::PodSpelling
 
 [Test::CheckBreaks]
 conflicts_module = Moose::Conflicts
index dceb9c2..013ccec 100644 (file)
@@ -157,8 +157,8 @@ The name of the hash key to use. Defaults to C<_session>.
 
 =item stash_delim
 
-If present, splits stash_key at this character to nest. E.g. delim of '/'
-and key of '123/456' will store it as $c->stash->{123}->{456}
+If present, splits C<stash_key> at this character to nest. E.g. a C<delim> of '/'
+and C<stash_key> of '123/456' will store it as $c->stash->{123}->{456}
 
 =item expires
 
@@ -166,7 +166,7 @@ How long the session should last in seconds.
 
 =back
 
-For example, you could stick this in MyApp.pm:
+For example, you could stick this in F<MyApp.pm>:
 
   __PACKAGE__->config( 'Plugin::Session' => {
      stash_key  => 'session_id',
@@ -182,6 +182,8 @@ is pretty low on my list of priorities.
 
 Manual work may be involved to make better use of this.
 
+=for stopwords stateful
+
 If you are writing a stateful web service with
 L<Catalyst::Plugin::Server::XMLRPC>, you will probably only have to deal with
 loading, as when saving, the ID will already be on the stash.