diff options
Diffstat (limited to 'gurpmi')
-rwxr-xr-x | gurpmi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ BEGIN { #- set up a safe path and environment eval { use lib qw(/usr/lib/libDrakX); - use standalone; # for reporting crashes in our bugzilla + use drakbug; # for reporting crashes in our bugzilla }; use utf8 'valid'; use Encode '_utf8_on'; |