Browse Source

tlikenew tweak

git-svn-id: file:///usr/local/svn/util/trunk@25 29942e26-f7dc-dc11-b955-0002b3153201
master
leto 16 years ago
parent
commit
b919bd6936
  1. 2
      config/.bashrc

2
config/.bashrc

@ -150,7 +150,7 @@ function t () {
}
alias xt="t xt/*"
alias tcover="./Build testcover --verbose 1 |colortest"
alias tlikenew="./Build clean;perl Build.PL;t"
alias tlikenew="perl Build.PL && ./Build clean && perl Build.PL && t"
function modversion () {
perl -M$1 -le "print $1->VERSION"

Loading…
Cancel
Save