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

NAME

Test::MinimumVersion::Fast - does your code require newer perl than you think?

SYNOPSIS

    #!perl
    use Test::MinimumVersion;
    all_minimum_version_from_metayml_ok();

DESCRIPTION

Test::MinimumVersion::Fast is a faster implementation of Test::MinimumVersion using Perl::MinimumVersion::Fast.

LICENSE

Copyright (C) tokuhirom.

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

AUTHOR

tokuhirom <tokuhirom@gmail.com>