rev 1456 - trunk/siesta/lib

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

From: richardc
Subject: rev 1456 - trunk/siesta/lib
Date: 10:19 on 21 Oct 2003
Author: richardc
Date: 2003-10-21 10:19:55 +0100 (Tue, 21 Oct 2003)
New Revision: 1456

Modified:
   trunk/siesta/lib/Siesta.pm
Log:
use base?  you already injected your code into our package, so that's needless


Modified: trunk/siesta/lib/Siesta.pm
===================================================================
--- trunk/siesta/lib/Siesta.pm	2003-10-21 09:03:04 UTC (rev 1455)
+++ trunk/siesta/lib/Siesta.pm	2003-10-21 09:19:55 UTC (rev 1456)
@@ -10,9 +10,12 @@
 use File::Find::Rule qw/find/;
 use File::Basename qw/fileparse/;
 use File::Spec::Functions qw(catdir);
-use Module::Pluggable (sub_name => 'available_plugins', search_path => 
-                        [catdir(qw(Siesta Plugin)), catdir(qw(Acme Siesta Plugin))]);
-use base qw(Module::Pluggable);
+use Module::Pluggable
+  sub_name    => 'available_plugins',
+  search_path => [ catdir(qw(Siesta Plugin)),
+                   catdir(qw(Acme Siesta Plugin)),
+                 ];
+
 use UNIVERSAL::require;
 use Template;
 

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