Probably because by default it installs as /usr/local/bin/perl, but perhaps your /usr/bin/perl is still 5.005, which is, in fact, what it looks like. Try symlinking /usr/bin/perl to /usr/local/bin/perl and see if that fixes the issue. You can always 'perl -v' to see what version of Perl is running.