[Fedora-security-commits] fedora-security/tools/Libexig Util.pm, 1.1.2.1, 1.1.2.2

fedora-security-commits at redhat.com fedora-security-commits at redhat.com
Mon Nov 19 09:10:40 UTC 2007


Author: lkundrak

Update of /cvs/fedora/fedora-security/tools/Libexig
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19685/Libexig

Modified Files:
      Tag: lkundrak-tools-ng
	Util.pm 
Log Message:
Fix tempfile handling, add comments to parent bugs.



Index: Util.pm
===================================================================
RCS file: /cvs/fedora/fedora-security/tools/Libexig/Attic/Util.pm,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- Util.pm	7 Nov 2007 16:58:50 -0000	1.1.2.1
+++ Util.pm	19 Nov 2007 09:10:38 -0000	1.1.2.2
@@ -6,6 +6,8 @@
 
 package Libexig::Util;
 
+use File::Temp ('tempfile');
+
 # Launch an editor for editing the bugzilla comment or whatever
 sub edit_string
 {
@@ -34,3 +36,5 @@
 	print STDERR "\n";
 	$string;
 }
+
+1;




More information about the Fedora-security-commits mailing list