Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > a711c4ebee9e92ad01dad6947e449043 > files > 9

perl-Module-Install-VersionCheck-0.160.0-3.mga4.noarch.rpm

NAME
    Module::Install::VersionCheck - Show Author the Current Versions

SYNOPSIS
        use inc::Module::Install;

        name     'Foo';
        all_from 'lib/Foo.pm';

        version_check;

        WriteAll;

DESCRIPTION
    This module will report the current Module Version, Changes Version, and
    GitHub tag (if appropriate), so the author can easily see if the
    versions need to be updated when preparing a release.

AUTHOR
    Ingy döt Net <ingy@cpan.org>

COPYRIGHT AND LICENSE
    Copyright (c) 2010, 2011. Ingy döt Net.

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

    See http://www.perl.com/perl/misc/Artistic.html