# 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](https://metacpan.org/pod/Test::MinimumVersion) using [Perl::MinimumVersion::Fast](https://metacpan.org/pod/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>