The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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