| Test-LatestPrereqs documentation | view source | Contained in the Test-LatestPrereqs distribution. |
Test::LatestPrereqs::Config
my $required = Test::LatestPrereqs::Config->load; Test::LatestPrereqs::Config->save($arrayref_of_requirements);
This is used internally to handle configuration.
loads a configuration file from your home directory (or current directory if File::HomeDir is not available).
stores the configuration into the file.
Kenichi Ishigaki, <ishigaki@cpan.org>
Copyright (C) 2009 by Kenichi Ishigaki.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Test-LatestPrereqs documentation | view source | Contained in the Test-LatestPrereqs distribution. |