Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds carton wrapper scripts for perl scripts and prove.
  • Loading branch information
oalders committed May 23, 2014
1 parent fa10918 commit 176fe79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/carton
@@ -0,0 +1,2 @@
#!/bin/sh
carton exec perl -Ilib $@
3 changes: 3 additions & 0 deletions bin/prove
@@ -0,0 +1,3 @@
#!/bin/sh

carton exec prove -lrv $@

0 comments on commit 176fe79

Please sign in to comment.