[Jifty-commit] jifty branch, master, updated. 1e8f86749146c0989fcd90a9ef7c2f50a39d69fb

Jifty commits jifty-commit at lists.jifty.org
Thu Dec 9 13:12:23 EST 2010


The branch, master has been updated
       via  1e8f86749146c0989fcd90a9ef7c2f50a39d69fb (commit)
      from  03f210101db29c204d973da2ea0c7545747e470f (commit)

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

- Log -----------------------------------------------------------------
commit 1e8f86749146c0989fcd90a9ef7c2f50a39d69fb
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Dec 9 13:10:03 2010 -0500

    Lop off the colon from that semi-colon
    
    Also move my note to it's own line since our dep checking parses
    trailing comments (poorly).

diff --git a/Makefile.PL b/Makefile.PL
index 07e73b8..2d17d14 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -134,7 +134,9 @@ feature 'Development of a jifty application' =>
     recommends('Test::MockObject' => '1.07'),
     recommends('Module::Refresh' => '0.09'),
     recommends('Test::WWW::Declare' => '0.01'),
-    recommends('Sub::Exporter'); # This is already required by SQL::ReservedWords (and also by Moose if that's around), but make it explicit
+    # Sub::Exporter is already required by SQL::ReservedWords (and also by
+    # Moose if that's around), but make it explicit
+    recommends('Sub::Exporter'),
     recommends('Test::Email' => 0),
     recommends('Email::Abstract' => 0),
     ;

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


More information about the Jifty-commit mailing list