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

12 lines
306 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::Backends::File;
2017-02-28 21:53:19 +01:00
2017-03-03 18:25:03 +01:00
our @ISA = qw(Lemonldap::NG::Common::Conf::Backends::File);
2019-02-12 18:21:38 +01:00
our $VERSION = '2.1.0';
1;