added myapp_deploy_schema prototype
Devin Austin [Thu, 16 Jul 2009 09:26:40 +0000 (09:26 +0000)]
share/script/myapp_deploy_schema.pl.tt [new file with mode: 0644]

diff --git a/share/script/myapp_deploy_schema.pl.tt b/share/script/myapp_deploy_schema.pl.tt
new file mode 100644 (file)
index 0000000..76231b3
--- /dev/null
@@ -0,0 +1,6 @@
+[% startperl %]
+
+use Catalyst::ScriptRunner;
+Catalyst::ScriptRunner->run('[% name %]', 'Deploy');
+
+1;