perl-native. They are built with perl-native but use the
configuration information from perl. This issue wasn't showing up
with bitbake 1.6 but is with 1.8.2 where perl is configured and
compiled perl but not staged prior to moving on.
FILES_${PN} += '${libdir}/perl5 ${datadir}/perl5'
EXTRA_CPANFLAGS ?= ""
-DEPENDS += "perl-native"
+DEPENDS += "perl perl-native"
RDEPENDS += "perl"
# Determine the staged version of perl from the perl configuration file