Date-Holidays-RU
    
    
  
  
  
view release on metacpan or search on metacpan
Revision history for Date-Holidays-RU
1.2025.0    02 Nov 2024 Alexander Nalobin
        2025 calendar update
1.2024.0    08 Nov 2023 Alexander Nalobin
        2024 calendar update
1.2023.1    28 Dec 2022 Alexander Nalobin
        2023 calendar update
1.2022.1    30 Dec 2021 Alexander Nalobin
        2022 calendar update
1.2021.1    25 Jan 2021 Alexander Nalobin
        2021 calendar update
1.2020.0    16 Feb 2020 Alexander Nalobin
        2020 calendar update
1.2018.0    30 Oct 2017 Aleksey Korabelshchikov
        2018 update, 2019 preliminary data
1.2017.0    06 Dec 2016 Aleksey Korabelshchikov
        2017 data update
1.2016.0    09 Nov 2015 Aleksey Korabelshchikov
        New version schema
        2016 data update
lib/Date/Holidays/RU.pm view on Meta::CPAN
use Carp;
use Time::Piece;
use List::Util qw/ first /;
my $HOLIDAYS_VALID_SINCE = 1991;
#my $BUSINESS_DAYS_VALID_SINCE = 2004;
# sources:
#   http://www.consultant.ru/law/ref/calendar/proizvodstvennye/
#   http://ru.wikipedia.org/wiki/ÐÑÑоÑиÑ_пÑаздников_РоÑÑии
#   http://www.consultant.ru/popular/kzot/54_6.html#p530
#   http://www.consultant.ru/document/cons_doc_LAW_127924/?frame=17#p1681
my @REGULAR_HOLIDAYS = (
    {
        name => {
            1948 => 'ÐовÑй год',
            2005 => 'Ðовогодние каникÑлÑ',
        },
( run in 0.344 second using v1.01-cache-2.11-cpan-c333fce770f )