NAME
Test::LatestPrereqs::Config
SYNOPSIS
my $required = Test::LatestPrereqs::Config->load;
Test::LatestPrereqs::Config->save($arrayref_of_requirements);
DESCRIPTION
This is used internally to handle configuration.
METHODS
load
loads a configuration file from your home directory (or current directory if File::HomeDir is not available).
save
stores the configuration into the file.
AUTHOR
Kenichi Ishigaki, <ishigaki@cpan.org>
COPYRIGHT AND LICENSE
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.