[Bps-public-commit] jifty-plugin-sass branch, master, created. e08f7c6da5d32b9cf1cfdcfc8eb804733ef18ce9

Shawn Moore sartak at bestpractical.com
Wed Jun 8 17:13:29 EDT 2011


The branch, master has been created
        at  e08f7c6da5d32b9cf1cfdcfc8eb804733ef18ce9 (commit)

- Log -----------------------------------------------------------------
commit e08f7c6da5d32b9cf1cfdcfc8eb804733ef18ce9
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Wed Jun 8 17:12:18 2011 -0400

    Makefile.PL

diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644
index 0000000..b1557f5
--- /dev/null
+++ b/Makefile.PL
@@ -0,0 +1,14 @@
+use inc::Module::Install;
+
+name           'Jifty-Plugin-Sass';
+all_from       'lib/Jifty/Plugin/Sass.pm';
+
+requires('Jifty' => '1.10518');
+
+build_requires 'Test::More';
+
+tests('t/*/t/*.t');
+
+auto_install;
+WriteAll;
+

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



More information about the Bps-public-commit mailing list