diff options
Diffstat (limited to 'gurpmi')
-rwxr-xr-x | gurpmi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ use gurpmi; use urpm::util 'basename'; # For other distros w/o exception support: -eval { Glib->enable_exceptions2 }; +eval { Glib->enable_exceptions3 }; if (my $err = $@) { warn "Error: $err\n"; } |