[Bps-public-commit] jifty-plugin-wikitext branch, master, updated. 2880810e07cc716c39f5a7ef32800cb692649d47
sartak at bestpractical.com
sartak at bestpractical.com
Wed Nov 4 16:28:10 EST 2009
The branch, master has been updated
via 2880810e07cc716c39f5a7ef32800cb692649d47 (commit)
from 38e2243ba3a0af1383a11736a77823fe032b3f49 (commit)
Summary of changes:
Makefile.PL | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 2880810e07cc716c39f5a7ef32800cb692649d47
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Nov 4 16:28:02 2009 -0500
all_from not just version_from
diff --git a/Makefile.PL b/Makefile.PL
index 1303a30..c96eae7 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,6 +1,6 @@
use inc::Module::Install 0.46;
name('Jifty-Plugin-Wikitext');
-version_from('lib/Jifty/Plugin/Wikitext.pm');
+all_from('lib/Jifty/Plugin/Wikitext.pm');
requires('Jifty' => '0.90422');
requires('HTML::Scrubber');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list