shorter pod lists
[catagits/Catalyst-Plugin-Session-State-Stash.git] / lib / Catalyst / Plugin / Session / State / Stash.pm
index 962bada..6424cd7 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' );
@@ -192,15 +192,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