1Padre::Startup(3) User Contributed Perl Documentation Padre::Startup(3)
2
3
4
6 Padre::Startup - Padre start-up related configuration settings
7
9 Padre stores host-related data in a combination of an easily
10 transportable YAML file for personal settings and a powerful and robust
11 SQLite-based configuration database for host settings and state data.
12
13 Unfortunately, fully loading and validating these configurations can be
14 relatively expensive and may take some time. A limited number of these
15 settings need to be available extremely early in the Padre
16 bootstrapping process.
17
18 The startup.yml file is automatically written at the same time as the
19 regular configuration files, and is read without validating during
20 early start-up.
21
22 Padre::Startup::Config is a small convenience module for reading and
23 writing the startup.yml file.
24
26perl v5.30.0 2019-07-26 Padre::Startup(3)