[Bps-public-commit] jifty-plugin-authentication-oauth branch, master, updated. 24dea6d99d7dbccbcedc75e18bb9992b9921cc06

Shawn Moore sartak at bestpractical.com
Fri Jun 4 05:46:35 EDT 2010


The branch, master has been updated
       via  24dea6d99d7dbccbcedc75e18bb9992b9921cc06 (commit)
      from  accc8de312ea24815672177d767ad32a5a2009a4 (commit)

Summary of changes:
 Makefile.PL |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
 create mode 100644 Makefile.PL

- Log -----------------------------------------------------------------
commit 24dea6d99d7dbccbcedc75e18bb9992b9921cc06
Author: Shawn M Moore <sartak at gmail.com>
Date:   Fri Jun 4 05:47:22 2010 -0400

    Makefile.PL

diff --git a/Makefile.PL b/Makefile.PL
new file mode 100644
index 0000000..541371b
--- /dev/null
+++ b/Makefile.PL
@@ -0,0 +1,10 @@
+use inc::Module::Install;
+
+name       'Jifty-Plugin-Authentication-OAuth';
+all_from   'lib/Jifty/Plugin/Authentication/OAuth.pm';
+repository 'http://github.com/bestpractical/jifty-plugin-authentication-oauth';
+
+requires('Jifty');
+
+WriteAll;
+

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



More information about the Bps-public-commit mailing list