Date-Holidays-BY Determine public holidays and business days in Belarus INSTALLATION Install from CPAN: cpan Date::Holidays::BY or use cpanminus: cpanm Date::Holidays::BY To install this package from source: perl Build.PL ./Build ./Build install or use cpanminus: cpanm . DEVELOP CPAN RELEASE Install Carton ( https://metacpan.org/pod/Carton ), then dependencies: cpanm Carton perl dev/dev.pl Do something with code and test: carton exec dzil test (don't forget to change dist.ini: release and year, .pm: copyright year, Changes) carton exec dzil build (git commit/push) carton exec dzil release (sets the tag verstion in git) Clean dependencies and build: perl dev/clean-dev.pl SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc Date::Holidays::BY You can also look for information at: GitHub https://github.com/bes-internal/Date-Holidays-BY MetaCPAN https://metacpan.org/pod/Date::Holidays::BY COPYRIGHT AND LICENCE Copyright © 2017-2024 Vladimir Varlamov This module is adapted copy of Date-Holidays-RU: Copyright © 2014 Alexander Nalobin This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.