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 (11 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
package Lemonldap::NG::Handler::Lib::Fail;

use base Lemonldap::NG::Handler::Main;

sub run {
    return $_[0]->SERVER_ERROR;
}

our $VERSION = '2.0.6';

1;