1Padre::Config::Upgrade(U3s)er Contributed Perl DocumentatPiaodnre::Config::Upgrade(3)
2
3
4
6 Padre::Config::Upgrade - Upgrade a configuration file from an older
7 version
8
10 If you installed Padre 0.40 and now you upgrade to 0.47, there are many
11 new configuration items - which all have safe default values.
12
13 But there may also be some options which have been renamed or places
14 where one option has been split into two or more. This module deals
15 with them, it knows how to upgrade the configuration from one version
16 to another.
17
19 $config->check;
20
21 This method does all the checks when being called on a Padre::Config
22 object.
23
25 Copyright 2008-2011 The Padre development team as listed in Padre.pm.
26
27 This program is free software; you can redistribute it and/or modify it
28 under the same terms as Perl 5 itself.
29
30
31
32perl v5.32.1 2021-01-27 Padre::Config::Upgrade(3)