no kidding sherlock
[catagits/Catalyst-Plugin-Session-State-Stash.git] / lib / Catalyst / Plugin / Session / State / Stash.pm
index 962bada..80f2fe7 100644 (file)
@@ -8,7 +8,7 @@ use namespace::autoclean;
 
 extends 'Catalyst::Plugin::Session::State';
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 has _deleted_session_id => ( is => 'rw' );
 has _prepared => ( is => 'rw' );
@@ -175,10 +175,6 @@ For example, you could stick this in F<MyApp.pm>:
 You can't delete a session then create a new one. If this is important to you,
 patches welcome!
 
-=head1 CAVEATS
-
-Manual work may be involved to make better use of this.
-
 =for stopwords stateful
 
 If you are writing a stateful web service with
@@ -192,15 +188,13 @@ L<Catalyst::Plugin::Session::State::Cookie> (what you probably want).
 
 =head1 CONTRIBUTORS
 
-=over 4
+=begin :list
 
-=item *
-This module is derived from L<Catalyst::Plugin::Session::State::Cookie> code.
-Thanks to anyone who wrote code for that.
+* This module is derived from L<Catalyst::Plugin::Session::State::Cookie> code.
+  Thanks to anyone who wrote code for that.
 
-=item *
-Thanks to Kent Fredric for a patch for nested keys
+* Thanks to Kent Fredric for a patch for nested keys
 
-=back
+=end :list
 
 =cut