rev 1465 - trunk/siesta/lib

[prev] [thread] [next] [lurker] [Date index for 2003/10/22]

From: richardc
Subject: rev 1465 - trunk/siesta/lib
Date: 16:10 on 22 Oct 2003
Author: richardc
Date: 2003-10-22 16:10:54 +0100 (Wed, 22 Oct 2003)
New Revision: 1465

Modified:
   trunk/siesta/lib/Siesta.pm
Log:
the code that used these modules no longer exists - die mary!


Modified: trunk/siesta/lib/Siesta.pm
===================================================================
--- trunk/siesta/lib/Siesta.pm	2003-10-22 15:04:45 UTC (rev 1464)
+++ trunk/siesta/lib/Siesta.pm	2003-10-22 15:10:54 UTC (rev 1465)
@@ -1,10 +1,6 @@
 # $Id$
 package Siesta;
 use strict;
-use IO::File;
-use File::Find::Rule qw/find/;
-use File::Basename qw/fileparse/;
-use File::Spec::Functions qw(catdir);
 use Module::Pluggable sub_name => '_plugins';
 use UNIVERSAL::require;
 use Template;
@@ -119,7 +115,7 @@
     my $level = shift || $Siesta::Config::LOG_LEVEL;
 
     unless ($logger) {
-        $logger = IO::File->new(">>$Siesta::Config::LOG_PATH")
+        open $logger, ">>$Siesta::Config::LOG_PATH"
           or die "Couldn't open file $Siesta::Config::LOG_PATH for appending\n";
     }
 

Generated at 13:57 on 01 Jul 2004 by mariachi 0.52