[Catalyst-commits] r10894 - Catalyst-Devel/1.00/branches/helper_refactor/share/script

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Thu Jul 16 09:26:41 GMT 2009


Author: dhoss
Date: 2009-07-16 09:26:40 +0000 (Thu, 16 Jul 2009)
New Revision: 10894

Added:
   Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_deploy_schema.pl.tt
Log:
added myapp_deploy_schema prototype


Added: Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_deploy_schema.pl.tt
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_deploy_schema.pl.tt	                        (rev 0)
+++ Catalyst-Devel/1.00/branches/helper_refactor/share/script/myapp_deploy_schema.pl.tt	2009-07-16 09:26:40 UTC (rev 10894)
@@ -0,0 +1,6 @@
+[% startperl %]
+
+use Catalyst::ScriptRunner;
+Catalyst::ScriptRunner->run('[% name %]', 'Deploy');
+
+1;




More information about the Catalyst-commits mailing list