X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=d773aa36703309f68f8590f9fe40f84d749bcd8c;hb=236f5573c4210299bf05561c699295ae3da8d73e;hp=864fee6b9f46c59c2efec0ef2882ee8ea23e2811;hpb=1f0d70b0b4e3149ac515f20fbfa6da2a3254e07a;p=freeside.git diff --git a/Makefile b/Makefile index 864fee6b9..d773aa367 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.22.1/ +PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.24.1/ VERSION := `grep '^$$VERSION' FS/FS.pm | cut -d\' -f2` TAG := freeside_`grep '^$$VERSION' FS/FS.pm | cut -d\' -f2 | perl -pe 's/\./_/g'`