
Fey::ORM::Mock::Seeder - Stores seeded data for future object construction

This object is used to store seeded data for constructors.
You will probably not need to use this class directly,
instead just use Fey::ORM::Mock->seed_class().

This class provides the following methods:
Returns a new seeder object.
This seeds the constructor parameters for the given class.
Returns the next set of values for given class, if any exist.

Dave Rolsky,
<autarch@urth.org>

Copyright 2008 Dave Rolsky, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.