The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Padre::Config::Upgrade - Upgrade a configuration file from an older version

DESCRIPTION

If you installed Padre 0.40 and now you upgrade to 0.47, there are many new configuration items - which all have safe default values.

But there may also be some options which have been renamed or places where one option has been split into two or more. This module deals with them, it knows how to upgrade the configuration from one version to another.

PUBLIC METHODS

  $config->check;

This method does all the checks when being called on a Padre::Config object.

COPYRIGHT & LICENSE

Copyright 2008-2010 The Padre development team as listed in Padre.pm.

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