File: Fail.pm

package info (click to toggle)
lemonldap-ng 2.16.1%2Bds-deb12u6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 27,364 kB
  • sloc: perl: 65,855; javascript: 12,430; xml: 6,336; makefile: 1,228; sh: 470; python: 51; php: 26; sql: 5
file content (10 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
package Lemonldap::NG::Handler::Server::Fail;

use strict;

use base 'Lemonldap::NG::Handler::Lib::Fail',
  'Lemonldap::NG::Handler::Server::Main';

our $VERSION = '2.0.6';

1;