rename dist to Plack::Middleware::Session for consistency
Stevan Little [Sat, 12 Dec 2009 18:23:47 +0000 (13:23 -0500)]
Changes
Makefile.PL
README

diff --git a/Changes b/Changes
index dba9441..6d206ed 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-Revision history for Perl extension Plack::Session
+Revision history for Perl extension Plack::Middleware::Session
 
 0.01
     - original version
\ No newline at end of file
index 25064c5..cd51495 100644 (file)
@@ -2,8 +2,8 @@ use strict;
 use warnings;
 use inc::Module::Install;
 
-name 'Plack-Session';
-all_from 'lib/Plack/Session.pm';
+name 'Plack-Middleware-Session';
+all_from 'lib/Plack/Middleware/Session.pm';
 license 'perl';
 
 # prereqs
diff --git a/README b/README
index 4f2ba16..d348ac1 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Plack::Session version 0.01
+Plack::Middleware::Session version 0.01
 ===========================
 
 See the individual module documentation for more information