
sartak at bestpractical
Nov 4, 2009, 1:25 PM
Post #1 of 1
(85 views)
Permalink
|
|
rt branch, create-action, updated. 5cad60697efcb92e77df35d66e2c7c0df3ea6437
|
|
The branch, create-action has been updated via 5cad60697efcb92e77df35d66e2c7c0df3ea6437 (commit) from 8342597ea65b908fcab075107d462d6697244e21 (commit) Summary of changes: Makefile.PL | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) - Log ----------------------------------------------------------------- commit 5cad60697efcb92e77df35d66e2c7c0df3ea6437 Author: Shawn M Moore <sartak[at]bestpractical.com> Date: Wed Nov 4 16:25:32 2009 -0500 Depend on Wikitext plugin diff --git a/Makefile.PL b/Makefile.PL index 1929875..80ae438 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,6 +11,7 @@ requires( 'DBI' => '1.37', 'Class::ReturnValue' => '0.40', 'Jifty::DBI' => '0.59', + 'Jifty::Plugin::Wikitext' => '0.01', 'Text::Template' => 0, 'File::ShareDir' => 0, 'File::Spec' => '0.8', ----------------------------------------------------------------------- _______________________________________________ Rt-commit mailing list Rt-commit[at]lists.bestpractical.com http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|