X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;h=3af5da81253315cd09dacfa99b297c36a19ade17;hp=02ab78cc570120edc5cc8a740c54aab5d39c906d;hb=9aee669886202be7035e6c6049fc71bc99dd3013;hpb=1add633372bdca3cc7163c2ce48363fed3984437 diff --git a/Makefile b/Makefile index 02ab78cc5..3af5da812 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'`