[interchange] Use Vend::Safe instead of vanilla Safe in UI::Primitive.

Stefan Hornburg interchange-cvs at icdevgroup.org
Wed May 29 14:15:45 UTC 2013


commit 29f86dbbea4cd86021f07ab8d8c7a7ecce7974f8
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Wed May 29 16:15:01 2013 +0200

    Use Vend::Safe instead of vanilla Safe in UI::Primitive.

 dist/lib/UI/Primitive.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/dist/lib/UI/Primitive.pm b/dist/lib/UI/Primitive.pm
index 6356ff6..77b87c0 100644
--- a/dist/lib/UI/Primitive.pm
+++ b/dist/lib/UI/Primitive.pm
@@ -64,7 +64,7 @@ The Interchange UI is an interface to configure and administer Interchange catal
 
 =cut
 
-my $ui_safe = new Safe;
+my $ui_safe = new Vend::Safe;
 $ui_safe->untrap(@{$Global::SafeUntrap});
 
 sub is_super {



More information about the interchange-cvs mailing list