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

NAME

MPMinus::Helper::Skel - MPMinus project skeleton

VERSION

Version 1.01

SYNOPSIS

    use MPMinus::Helper::Skel;
    
    my $skel = new MPMinus::Helper::Skel( -c => $c );

DESCRIPTION

MPMinus project skeleton

METHODS

new
    my $skel = new MPMinus::Helper::Skel( 
            -c => $c,
            -sharedir => '/foo/bar/baz',
            -url => 'http://search.cpan.org/src/ABALAMA/MPMinus-[VERSION]/src/mpminus-skel.tar.gz',
        );

Creating Skel object

build
    my $status = $skel->build( $path );

Building skeleton files with $path using it as temporary folder for archive. This method returns summary status of download and extract calls

checkstatus
    my $status = $skel->checkstatus;

Check skeleton status. True - OK, False - need downloading and extracting

download
    my $status = $skel->download( $path );

Download Skel's archive to $path

extract
    my $status = $skel->extract( $path );

Extract files from downloaded Skel's archive in $path to share directory

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