{
    "content": [
        {
            "type": "text",
            "text": "# Date::Manip::ConfigFile (perldoc)\n\n## NAME\n\nDate::Manip::ConfigFile - sample config file\n\n## DESCRIPTION\n\nDate::Manip is a highly configurable module. Many of the options can be set in a config file.\nThis document includes a sample config file.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **SAMPLE CONFIG FILE**\n- **SEE ALSO**\n- **LICENSE**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Date::Manip::ConfigFile",
        "section": "",
        "mode": "perldoc",
        "summary": "Date::Manip::ConfigFile - sample config file",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "SAMPLE CONFIG FILE",
                "lines": 122,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Date::Manip::ConfigFile - sample config file\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Date::Manip is a highly configurable module. Many of the options can be set in a config file.\nThis document includes a sample config file.\n\nThe config file consists of three sections. The first section is config variables. This is\ndescribed more fully in the Date::Manip::Config document.\n\nThe second section is the holiday definition section. The third section is the event definition\nsection. These are both described more fully in the Date::Manip::Holidays document.\n",
                "subsections": []
            },
            "SAMPLE CONFIG FILE": {
                "content": "The sample config file below works for newer versions of Date::Manip. Some of the config\nvariables may change, or be deprecated, and some may not work with earlier versions of\nDate::Manip, so it is strongly suggested that you check out the documentation for the version of\nDate::Manip you are using to confirm any of the config variables you want to include.\n\n################################\n# CONFIG VARIABLES\n################################\n# See Date::Manip::Config man page for a description of all\n# config variables.\n\n# To include configuration information from additional\n# config files:\n\nConfigFile              = /path/to/another/config/file\nConfigFile              = /path/to/another/config/file2\n\n# For handling other languages\n\nLanguage                = English\nDateFormat              = US\nEncoding                =\n\n# Set the current timezone:\n\nSetDate                 = now,America/NewYork\n\n# Set the work work\n\nWorkWeekBeg             = 1\nWorkWeekEnd             = 5\nWorkDay24Hr             = 0\nWorkDayBeg              = 08:00\nWorkDayEnd              = 17:00\nTomorrowFirst           = 1\n\n# Misc. variables\n\nYYtoYYYY                = 89\nFirstDay                = 1\nJan1Week1               = 0\nPrintable               = 0\nDefaultTime             = midnight\nRecurRange              = none\n\n################################\n# HOLIDAYS\n################################\n# See the Date::Manip::Holidays man page for a description of\n# this section.\n*HOLIDAYS\n\n# FEDERAL HOLIDAYS\n##################\n\n# You can express New Year's Day as the actual day (Jan 1)\n# or the observed day (Jan 1 or the nearest week day).\n# You can't include BOTH because once a day is marked as\n# a holiday, a second definition will treat it the same\n# as a weekend and choose another day to assign the holiday\n# to (so there would be two days designated as New Years).\n\n# Jan 1                         = New Year's Day\n1*1:0:1:0:0:0*DWD               = New Year's Day (observed)\n\n# Two different ways to defined MLK day\n\nthird Monday in Jan             = Martin Luther King Jr.'s Birthday\n# 1*1:3:1:0:0:0                 = Martin Luther King Jr.'s Birthday\n\n# Observed by federal employees in Washington D.C.\n\n# Jan 20                        = Inauguration day\nthird Monday in Feb             = Washington's Birthday\nlast Monday in May              = Memorial Day\n1st Monday in Sep               = Labor Day\nsecond Monday in Oct            = Columbus Day\n\n# Jul 4                         = Independence Day\n1*7:0:4:0:0:0*DWD               = Independence Day\n\n# 11/11                         = Veterans Day\n1*11:0:11:0:0:0*DWD             = Veteran's Day\n\n# To define both Thanksgiving and the day after, use the\n# following two lines:\n\nfourth Thu in Nov               = Thanksgiving\n1*11:4:4:0:0:0*FD1              = Day after Thanksgiving\n\n# Dec 25                        = Christmas\n1*12:0:25:0:0:0*DWD             = Christmas\n\n# SAMPLE HOLIDAYS\n##################\n\n# You can define a one-time-only holiday by specifying\n# the day and year.\n\n6/2/1999                        = A special test holiday for 1999\n\n################################\n# EVENTS\n################################\n# See the Date::Manip::Holidays man page for a description of\n# this section.\n*EVENTS\n\n2000-02-01               = Event01\n2000-02-01-12:00:00      = Event02\n02-01                    = Event03\n02-01 12:00:00           = Event04\n1*2:0:3:13:00:00         = Event05\n\n2000-02-05 10:00:00 ; 2000-02-05 10:59:59 = Event06\n2000-02-05          ; 2000-02-06          = Event07\n02-05               ; 02-06               = Event08\n\n2000-02-07 10:00:00 ; 0:0:0:0:3:0:0       = Event09\n02-07 10:00:00      ; 0:0:0:0:4:0:0       = Event10\n1*2:0:7:10:00:00    ; 0:0:0:0:5:0:0       = Event11\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Date::Manip - main module documentation\n",
                "subsections": []
            },
            "LICENSE": {
                "content": "This script is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Sullivan Beck (sbeck@cpan.org)\n",
                "subsections": []
            }
        }
    }
}