/Date-Holidays-BY

Determine Belarus official holidays and business days.

Primary LanguagePerlOtherNOASSERTION

Date-Holidays-BY

Determine Belarus official holidays and business days

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 to change: release and year in dist.ini, stict dates and copyright year in .pm, 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-2023 Vladimir Varlamov <bes.internal@gmail.com>
This module is adapted copy of Date-Holidays-RU:
Copyright © 2014 Alexander Nalobin <alexander@nalobin.ru>

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.