[Bps-public-commit] HTTP-Server-Simple-Mason branch, master, updated. 0.13-1-gbe45f8e

? sunnavy sunnavy at bestpractical.com
Tue Aug 17 02:48:48 EDT 2010


The branch, master has been updated
       via  be45f8e18412fec0712624698e522ec6b0737051 (commit)
      from  70bb85930efcec00b86087253ac520106a857ffb (commit)

Summary of changes:
 Makefile.PL |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit be45f8e18412fec0712624698e522ec6b0737051
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Aug 17 14:50:38 2010 +0800

    need to quote strings with ::

diff --git a/Makefile.PL b/Makefile.PL
index 81f27cd..8274cf6 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,9 +5,10 @@ version_from('lib/HTTP/Server/Simple/Mason.pm');
 author('Jesse Vincent <jesse at bestpractical.com>');
 license('perl');
 abstract('A simple mason server');
-requires( HTTP::Server::Simple => 0.04,
-          HTML::Mason => 1.25,
-          Hook::LexWrap => 0
-      );
+requires(
+    'HTTP::Server::Simple' => 0.04,
+    'HTML::Mason'          => 1.25,
+    'Hook::LexWrap'        => 0,
+);
 
 &WriteAll;

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list