Browse Source

Merge pull request #994 from jberger/perl

added bash_profile.sh for the remaining perl apps
Hamilton Turner 11 years ago
parent
commit
f9b694c0f9
4 changed files with 20 additions and 0 deletions
  1. 5 0
      dancer/bash_profile.sh
  2. 5 0
      kelp/bash_profile.sh
  3. 5 0
      plack/bash_profile.sh
  4. 5 0
      web-simple/bash_profile.sh

+ 5 - 0
dancer/bash_profile.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export PERL_HOME=${IROOT}/perl-5.18
+
+export PATH="$PERL_HOME/bin:$PATH"

+ 5 - 0
kelp/bash_profile.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export PERL_HOME=${IROOT}/perl-5.18
+
+export PATH="$PERL_HOME/bin:$PATH"

+ 5 - 0
plack/bash_profile.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export PERL_HOME=${IROOT}/perl-5.18
+
+export PATH="$PERL_HOME/bin:$PATH"

+ 5 - 0
web-simple/bash_profile.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export PERL_HOME=${IROOT}/perl-5.18
+
+export PATH="$PERL_HOME/bin:$PATH"