[Catalyst-commits] r6458 -
trunk/Catalyst-Component-InstancePerContext
groditi at dev.catalyst.perl.org
groditi at dev.catalyst.perl.org
Wed Jun 6 22:31:51 GMT 2007
Author: groditi
Date: 2007-06-06 22:31:50 +0100 (Wed, 06 Jun 2007)
New Revision: 6458
Added:
trunk/Catalyst-Component-InstancePerContext/Makefile.PL
Log:
makefile oops
Added: trunk/Catalyst-Component-InstancePerContext/Makefile.PL
===================================================================
--- trunk/Catalyst-Component-InstancePerContext/Makefile.PL (rev 0)
+++ trunk/Catalyst-Component-InstancePerContext/Makefile.PL 2007-06-06 21:31:50 UTC (rev 6458)
@@ -0,0 +1,17 @@
+#! /usr/bin/perl -w
+
+# Load the Module::Install bundled in ./inc/
+use inc::Module::Install;
+
+# Define metadata
+name 'Catalyst-Component-InstancePerContext';
+abstract 'Directory watcher for POE';
+all_from 'lib/Catalyst/Component/InstancePerContext.pm';
+
+# Specific dependencies
+requires 'Catalyst';
+requires 'Scalar::Util';
+build_requires 'Test::More';
+
+auto_install;
+WriteAll;
More information about the Catalyst-commits
mailing list