Moved AdminCommands.pm and Login.pm to a Component directory

git-svn-id: svn://10.0.0.236/trunk@96278 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ian%hixie.ch
2001-06-03 22:45:37 +00:00
parent 211713bb93
commit a4e5deac24
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
# provisions above, a recipient may use your version of this file
# under either the MPL or the GPL.
package PLIF::Service::AdminCommands;
package PLIF::Service::Component::AdminCommands;
use strict;
use vars qw(@ISA);
use PLIF::Service;

View File

@@ -26,7 +26,7 @@
# provisions above, a recipient may use your version of this file
# under either the MPL or the GPL.
package PLIF::Service::Login;
package PLIF::Service::Component::Login;
use strict;
use vars qw(@ISA);
use PLIF::Service;