X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;h=f7d946c4ece6b39d8ee7cea8f847ed987e7675bf;hp=3486b79679227a9a8a4df267618bc529875d0992;hb=70e755503b3cb5d921c90caf1a6e513301200355;hpb=019dca96ad502e0a28d6efc66a9f481a324822e5 diff --git a/Makefile b/Makefile index 3486b7967..f7d946c4e 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'`