[prev] [thread] [next] [lurker] [Date index for 2003/10/22]
Author: richardc Date: 2003-10-22 16:01:42 +0100 (Wed, 22 Oct 2003) New Revision: 1463 Modified: trunk/siesta/lib/Siesta.pm Log: braces can kiss my furry behind Modified: trunk/siesta/lib/Siesta.pm =================================================================== --- trunk/siesta/lib/Siesta.pm 2003-10-22 14:59:46 UTC (rev 1462) +++ trunk/siesta/lib/Siesta.pm 2003-10-22 15:01:42 UTC (rev 1463) @@ -1,20 +1,20 @@ # $Id$ package Siesta; use strict; -our $VERSION = '0.66'; - -use Siesta::List; -use Siesta::Message; - 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 Module::Pluggable sub_name => '_plugins'; use UNIVERSAL::require; use Template; use Carp qw(croak); +use Siesta::List; +use Siesta::Message; + +our $VERSION = '0.66'; + =head1 NAME Siesta - the Siesta mailing list manager. @@ -162,7 +162,7 @@ my $body; $tt->process($template, \%opts, \$body) or die "Couldn't process message template '$template' because: " - . $tt->error(). "\nSearch path was: '$Siesta::Config::MESSAGES'"; + . $tt->error . "\nSearch path was: '$Siesta::Config::MESSAGES'"; return $body; }
Generated at 13:57 on 01 Jul 2004 by mariachi 0.52