# 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](http://search.cpan.org/perldoc?Test::MinimumVersion) using [Perl::MinimumVersion::Fast](http://search.cpan.org/perldoc?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