Date-Holidays-BY
Determine Belarus official holidays and business days in 2017-2019
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:
perl dev/dev.pl
Do something with code and test:
carton exec dzil (test/build/clean)
Clean dependencies:
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-2019 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.