[Bps-public-commit] Prophet - A disconnected, replicated p2p database branch, master, updated. 9536a7e8e2a45f5fb67df65557aed908d5483ac5

jesse jesse at bestpractical.com
Sun Feb 22 02:16:35 EST 2009


The branch, master has been updated
       via  9536a7e8e2a45f5fb67df65557aed908d5483ac5 (commit)
      from  3345c45c9211b02caf085b0c667360ea1502b171 (commit)

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

- Log -----------------------------------------------------------------
commit 9536a7e8e2a45f5fb67df65557aed908d5483ac5
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Sun Feb 22 02:16:20 2009 -0500

    Missing dep

diff --git a/Makefile.PL b/Makefile.PL
index f9931a4..811ecd9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,7 +4,7 @@ use inc::Module::Install;
 name('Prophet');    #  App::Settings App::Settings::CLI App::WebToy App::WebToy::CLI
 author('clkao and jesse');
 license('Perl');
-
+requires('Exporter::Lite');
 requires('Params::Validate');
 requires('IPC::Run3');
 requires('Data::UUID');

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



More information about the Bps-public-commit mailing list