Date-Holidays-BY
Determine Belarus official holidays and business days in 2017-2020
Source
https://ru.wikipedia.org/wiki/Праздники_Белоруссии
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 change release in dist.init)
carton exec dzil build
(git commit/push)
carton exec dzil release
Clean:
carton exec dzil clean (build)
perl dev/clean-dev.pl (dependencies)
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-2020 Vladimir Varlamov <
[email protected]>
This module is adapted copy of Date-Holidays-RU:
Copyright © 2014 Alexander Nalobin <
[email protected]>
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.