The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MPMinus::Helper::Util - MPMinus Helper's utility

VERSION

Version 1.02

SYNOPSIS

    use MPMinus::Helper::Util;

DESCRIPTION

MPMinus Helper's utility

FUNCTIONS

cleanProjectName
    my $name = cleanProjectName( "foo" );

Returns clean name of project

cleanServerName
    my $name = cleanServerName( "localhost:80" );

Returns clean name of server

cleanServerNameF
    my $name = cleanServerNameF( "localhost" );

Returns clean name of server as file

getApache
    my $hash = getApache( $c );

Returns HTTPD_ROOT and SERVER_CONFIG_FILE as hash reference

newconfig
    my $config = newconfig( $c );

Returns new configuration

to_void
    my $v = to_void( $value );

Returns '' (void) if undefined $value else - returns $value

AUTHOR

Serz Minus (Lepenkov Sergey) http://serzik.ru <minus@mail333.com>

COPYRIGHT

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

LICENSE

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See LICENSE file