package Video::Delay; use strict; use warnings; our $VERSION = 0.07; 1; __END__ =pod =encoding utf8 =head1 NAME Video::Delay - Perl classes for delays between frames generation. =head1 SEE ALSO =over =item L Video::Delay class for predefined list of delays. =item L Video::Delay class for constant delay. =item L Video::Delay class for delays defined by math function. =back =head1 REPOSITORY L =head1 AUTHOR Michal Josef Špaček L L =head1 LICENSE AND COPYRIGHT © 2012-2020 Michal Josef Špaček BSD 2-Clause License =head1 VERSION 0.02 =cut