X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;h=d773aa36703309f68f8590f9fe40f84d749bcd8c;hp=864fee6b9f46c59c2efec0ef2882ee8ea23e2811;hb=6b0c4f9f90b299dabe3e946ad8ea00ca94efa7de;hpb=0ec0b91b7c383d626dd75b0c2b2d3969e5bdcbc7 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'`