r130 - trunk

Peter Palfrader cabot-devel@lists.noreply.org
Thu, 25 Mar 2004 12:56:31 -0700


Author: weasel
Date: 2004-03-25 12:56:28 -0700 (Thu, 25 Mar 2004)
New Revision: 130

Modified:
   trunk/Cabot.pm.in
Log:
Use GnuPG::Interface in Cabot.pm

Modified: trunk/Cabot.pm.in
===================================================================
--- trunk/Cabot.pm.in	2004-03-25 10:33:57 UTC (rev 129)
+++ trunk/Cabot.pm.in	2004-03-25 19:56:28 UTC (rev 130)
@@ -27,6 +27,7 @@
 use IO::Handle;
 use English;
 use File::Path;
+use GnuPG::Interface;
 
 BEGIN {
     use Exporter ();