summaryrefslogtreecommitdiffstats
path: root/RPM4/src/RPM4.xs
diff options
context:
space:
mode:
Diffstat (limited to 'RPM4/src/RPM4.xs')
-rw-r--r--RPM4/src/RPM4.xs3
1 files changed, 3 insertions, 0 deletions
diff --git a/RPM4/src/RPM4.xs b/RPM4/src/RPM4.xs
index 57265c2..2cf9e36 100644
--- a/RPM4/src/RPM4.xs
+++ b/RPM4/src/RPM4.xs
@@ -275,6 +275,9 @@ void *
case RPMCALLBACK_CPIO_ERROR:
s_what = "CPIO_ERROR";
break;
+ case RPMCALLBACK_SCRIPT_ERROR:
+ s_what = "SCRIPT_ERROR";
+ break;
}
XPUSHs(sv_2mortal(newSVpv("what", 0)));