[Bps-public-commit] jifty-plugin-wikitext branch, master, updated. c0bde4d7b4756b03b362523e027460d1977b8ef7
sartak at bestpractical.com
sartak at bestpractical.com
Wed Nov 4 16:18:42 EST 2009
The branch, master has been updated
via c0bde4d7b4756b03b362523e027460d1977b8ef7 (commit)
from f454ab29336efcc574a7b8998246f3ee49905ab4 (commit)
Summary of changes:
.gitignore | 10 ++++++++++
Makefile.PL | 12 ++++++++++++
2 files changed, 22 insertions(+), 0 deletions(-)
create mode 100644 Makefile.PL
- Log -----------------------------------------------------------------
commit c0bde4d7b4756b03b362523e027460d1977b8ef7
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Nov 4 16:18:35 2009 -0500
Makefile.PL and gitignore
diff --git a/.gitignore b/.gitignore
index e69de29..1295f7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,10 @@
+MANIFEST
+MANIFEST.bak
+META.yml
+Makefile
+Makefile.old
+SIGNATURE
+blib/
+inc/
+pm_to_blib
+
diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644
index 0000000..1303a30
--- /dev/null
+++ b/Makefile.PL
@@ -0,0 +1,12 @@
+use inc::Module::Install 0.46;
+name('Jifty-Plugin-Wikitext');
+version_from('lib/Jifty/Plugin/Wikitext.pm');
+
+requires('Jifty' => '0.90422');
+requires('HTML::Scrubber');
+requires('Text::WikiFormat');
+
+auto_install();
+
+WriteAll;
+
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list