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

10 lines
247 B
Perl

# Now, File.pm is a mix of the old File.pm and JSONFile.pm. So this file is
# just set for compatibility
package Lemonldap::NG::Common::Conf::JSONFile;
use Lemonldap::NG::Common::Conf::File;
our @ISA = qw(Lemonldap::NG::Common::Conf::File);
1;