diff --git a/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb b/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb
index 01261d547a..e533eb8c8a 100644
--- a/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb
+++ b/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb
@@ -35,4 +35,8 @@ S = "${WORKDIR}/Unix-Statgrab-${PV}"
 
 export LD = "${CCLD}"
 
+do_install_ptest_perl:append(){
+    sed -i 's/perl -I/perl -TI/g' ${D}${PTEST_PATH}/run-ptest
+}
+
 inherit cpan pkgconfig ptest-perl
