X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;h=e2ea2beb1639d2d4c896309c7f5e808b51c90d55;hp=bab47e4eb11f00f46dc618f85000330745226adf;hb=ac20214d38d9af00430423f147b5a0e50751b050;hpb=75f57b8c71dbb3b48ebf9ccdc9f33866613452f3 diff --git a/Makefile b/Makefile index bab47e4eb..e2ea2beb1 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.14.2/ +PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.20.2/ VERSION := `grep '^$$VERSION' FS/FS.pm | cut -d\' -f2` TAG := freeside_`grep '^$$VERSION' FS/FS.pm | cut -d\' -f2 | perl -pe 's/\./_/g'`