зеркало из https://github.com/mozilla/pjs.git
Removed an erroneous comment, which should be the last traces of the old problem of the lack of a configuration file being a fatal error.
This commit is contained in:
Родитель
b15921f8f4
Коммит
277521049c
|
@ -33,12 +33,6 @@ use PLIF::Database;
|
|||
@ISA = qw(PLIF::Database);
|
||||
1;
|
||||
|
||||
# WARNING XXX
|
||||
# Reading without create a file first will FAIL!
|
||||
#
|
||||
# You must run the equivalent of an installer program to ensure the
|
||||
# configuration file exists
|
||||
|
||||
sub init {
|
||||
my $self = shift;
|
||||
my($app) = @_;
|
||||
|
|
Загрузка…
Ссылка в новой задаче