X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;h=802632e4bb9ad42f694fe2e7a087a8e872e75081;hp=0af7fe53f78cb4d1a2a0d955eb2ca9c9c1088a6a;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hpb=8de3f28d4c12d5348ecebc1bd46a2b810e1e30ed diff --git a/Makefile b/Makefile index 0af7fe53f..802632e4b 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,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.24.1/ +PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.28.1/ VERSION := `grep '^$$VERSION' FS/FS.pm | cut -d\' -f2` TAG := freeside_`grep '^$$VERSION' FS/FS.pm | cut -d\' -f2 | perl -pe 's/\./_/g'`