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

NAME

Module::Spec - Load modules based on specifications

VERSION

version 0.9.0

SYNOPSIS

    use Module::Spec;

    my $ms = Module::Spec->new(ver => 2);
    $ms->need_module('Mango~2.3');

DESCRIPTION

This is alpha software. The API is likely to change.

AUTHOR

Adriano Ferreira <ferreira@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Adriano Ferreira.

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