[vhffs-dev] [1851] Use cleanup

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1851
Author:   beuss
Date:     2011-06-03 00:04:58 +0200 (Fri, 03 Jun 2011)
Log Message:
-----------
Use cleanup

Modified Paths:
--------------
    trunk/vhffs-panel/history.pl
    trunk/vhffs-panel/panel.pl
    trunk/vhffs-public/extern/stats.pl

Modified: trunk/vhffs-panel/history.pl
===================================================================
--- trunk/vhffs-panel/history.pl	2011-06-02 22:04:39 UTC (rev 1850)
+++ trunk/vhffs-panel/history.pl	2011-06-02 22:04:58 UTC (rev 1851)
@@ -39,15 +39,8 @@
 use strict;
 
 use lib '%VHFFS_LIB_DIR%';
-use Vhffs::User;
-use Vhffs::Group;
-use Vhffs::Main;
 use Vhffs::Panel::Main;
-use Vhffs::Panel::Menu;
-use Vhffs::Services::Web;
-use Vhffs::Acl;
-use Vhffs::Constants;
-use Vhffs::Functions;
+use Vhffs::Object;
 
 my $panel = new Vhffs::Panel::Main();
 exit 0 unless $panel;

Modified: trunk/vhffs-panel/panel.pl
===================================================================
--- trunk/vhffs-panel/panel.pl	2011-06-02 22:04:39 UTC (rev 1850)
+++ trunk/vhffs-panel/panel.pl	2011-06-02 22:04:58 UTC (rev 1851)
@@ -40,7 +40,6 @@
 
 use lib '%VHFFS_LIB_DIR%';
 use Vhffs::Panel::Main;
-use Vhffs::Panel::Menu;
 
 my $panel = new Vhffs::Panel::Main();
 exit 0 unless $panel;

Modified: trunk/vhffs-public/extern/stats.pl
===================================================================
--- trunk/vhffs-public/extern/stats.pl	2011-06-02 22:04:39 UTC (rev 1850)
+++ trunk/vhffs-public/extern/stats.pl	2011-06-02 22:04:58 UTC (rev 1851)
@@ -35,13 +35,8 @@
 use strict;
 
 use lib '%VHFFS_LIB_DIR%';
-use Vhffs::User;
-use Vhffs::Group;
 use Vhffs::Main;
-use Vhffs::Panel::Main;
-use Vhffs::Panel::Menu;
 use Vhffs::Stats;
-use Vhffs::Constants;
 
 my $vhffs = init Vhffs::Main;
 exit 1 unless defined $vhffs;


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/