From 94781b45e2337c21ca1d8ab9ff5f76c8899cf5aa Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Thu, 21 Aug 2008 23:17:43 +0200 Subject: [PATCH] Startup belongs to the package --- PciIds/Config.pm | 2 +- Startup.pm => PciIds/Startup.pm | 2 +- PciIds/Users.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename Startup.pm => PciIds/Startup.pm (89%) diff --git a/PciIds/Config.pm b/PciIds/Config.pm index a179689..8d7a98a 100644 --- a/PciIds/Config.pm +++ b/PciIds/Config.pm @@ -1,7 +1,7 @@ package PciIds::Config; use strict; use warnings; -use Startup; +use PciIds::Startup; use base 'Exporter'; our @EXPORT = qw(&checkConf &defConf %config &confList); diff --git a/Startup.pm b/PciIds/Startup.pm similarity index 89% rename from Startup.pm rename to PciIds/Startup.pm index fcda725..c8284d9 100644 --- a/Startup.pm +++ b/PciIds/Startup.pm @@ -1,4 +1,4 @@ -package Startup; +package PciIds::Startup; use strict; use warnings; use base 'Exporter'; diff --git a/PciIds/Users.pm b/PciIds/Users.pm index d437f9c..3f6e38e 100644 --- a/PciIds/Users.pm +++ b/PciIds/Users.pm @@ -7,7 +7,7 @@ use DBI; use PciIds::Config; use Digest::MD5 qw(md5_base64 md5_hex);#TODO Some better algorithm? use HTML::Entities; -use Startup; +use PciIds::Startup; use PciIds::Log; use Apache2::Connection; -- 2.39.2