[Catalyst-commits] r7365 - trunk/Catalyst-Plugin-Session-Store-File

karpet at dev.catalyst.perl.org karpet at dev.catalyst.perl.org
Wed Jan 9 15:31:10 GMT 2008


Author: karpet
Date: 2008-01-09 15:31:09 +0000 (Wed, 09 Jan 2008)
New Revision: 7365

Added:
   trunk/Catalyst-Plugin-Session-Store-File/README
Removed:
   trunk/Catalyst-Plugin-Session-Store-File/readme
Log:
rename to conventional UPPERCASE

Copied: trunk/Catalyst-Plugin-Session-Store-File/README (from rev 7364, trunk/Catalyst-Plugin-Session-Store-File/readme)
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-File/README	                        (rev 0)
+++ trunk/Catalyst-Plugin-Session-Store-File/README	2008-01-09 15:31:09 UTC (rev 7365)
@@ -0,0 +1,38 @@
+Catalyst-Plugin-Session-Store-File version 0.04
+===============================================
+
+The README is used to introduce the module and provide instructions on
+how to install the module, any machine dependencies it may have (for
+example C compilers and installed libraries) and any other information
+that should be provided before the module is installed.
+
+A README file is required for CPAN modules since CPAN extracts the
+README file from a module distribution so that people browsing the
+archive can use it get an idea of the modules uses. It is usually a
+good idea to provide version information here so that people can
+decide whether fixes for the module are worth downloading.
+
+INSTALLATION
+
+To install this module type the following:
+
+   perl Makefile.PL
+   make
+   make test
+   make install
+
+DEPENDENCIES
+
+This module requires these other modules and libraries:
+
+	Class::Data::Inheritable
+	Class::Accessor::Fast
+	Catalyst::Plugin::Session
+	Cache::Cache
+
+COPYRIGHT AND LICENCE
+
+Copyright (C) 2005 by Sascha Kiefer
+
+This program is free software, you can redistribute it and/or modify it
+under the same terms as Perl itself.

Deleted: trunk/Catalyst-Plugin-Session-Store-File/readme
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-File/readme	2008-01-09 15:21:49 UTC (rev 7364)
+++ trunk/Catalyst-Plugin-Session-Store-File/readme	2008-01-09 15:31:09 UTC (rev 7365)
@@ -1,38 +0,0 @@
-Catalyst-Plugin-Session-Store-File version 0.04
-===============================================
-
-The README is used to introduce the module and provide instructions on
-how to install the module, any machine dependencies it may have (for
-example C compilers and installed libraries) and any other information
-that should be provided before the module is installed.
-
-A README file is required for CPAN modules since CPAN extracts the
-README file from a module distribution so that people browsing the
-archive can use it get an idea of the modules uses. It is usually a
-good idea to provide version information here so that people can
-decide whether fixes for the module are worth downloading.
-
-INSTALLATION
-
-To install this module type the following:
-
-   perl Makefile.PL
-   make
-   make test
-   make install
-
-DEPENDENCIES
-
-This module requires these other modules and libraries:
-
-	Class::Data::Inheritable
-	Class::Accessor::Fast
-	Catalyst::Plugin::Session
-	Cache::Cache
-
-COPYRIGHT AND LICENCE
-
-Copyright (C) 2005 by Sascha Kiefer
-
-This program is free software, you can redistribute it and/or modify it
-under the same terms as Perl itself.




More information about the Catalyst-commits mailing list