lemonldap-ng/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Backends/JSONFile.pm

10 lines
267 B
Perl
Raw Normal View History

# Now, File.pm is a mix of the old File.pm and JSONFile.pm. So this file is
# just set for compatibility
2017-01-06 13:30:41 +01:00
package Lemonldap::NG::Common::Conf::Backends::JSONFile;
use Lemonldap::NG::Common::Conf::File;
2017-01-06 13:30:41 +01:00
our @ISA = qw(Lemonldap::NG::Common::Conf::Backends::File);
1;