X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=5ddeda826cf3ede4a307c49bbe1a69cf33fb5b7d;hb=12560fb5a69ddace43dc267b44894acb5352c98c;hp=91b14b8a82bff43cbcc9fd6af715baaaed302d56;hpb=42e6fdc16b285430d50607489aa3e1394fafbc16;p=freeside.git diff --git a/Makefile b/Makefile index 91b14b8a8..5ddeda826 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ RT_PATH = /opt/rt3 #only used for dev kludge now, not a big deal FREESIDE_PATH = `pwd` -PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.20.2/ +PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.22.1/ VERSION := `grep '^$$VERSION' FS/FS.pm | cut -d\' -f2` TAG := freeside_`grep '^$$VERSION' FS/FS.pm | cut -d\' -f2 | perl -pe 's/\./_/g'`