From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

MPMinus::Info - The mpminfo response handler

VERSION

Version 1.00

SYNOPSIS

sub record {
(
-uri => '/mpminfo',
-response => sub { shift->mpminfo() },
)
}
1;

DESCRIPTION

This module provides mpminfo response handler

METHODS

mpminfo
my $rc = $m->mpminfo();

The call in this notation returns info page and returns Apache RC

my $info_struct = $m->mpminfo( 1 );

The call in notation with the true flag returns info page as perl-structure

HISTORY

See CHANGES file

DEPENDENCIES

mod_perl2

TO DO

See TODO file

BUGS

* none noted

SEE ALSO

mod_perl2

AUTHOR

Serż Minus (Sergey Lepenkov) http://www.serzik.com <abalama@cpan.org>

COPYRIGHT

Copyright (C) 1998-2019 D&D Corporation. All Rights Reserved

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See LICENSE file and https://dev.perl.org/licenses/