The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
package Spark::Form::Source;
BEGIN {
  $Spark::Form::Source::VERSION = '0.2103'; # TRIAL
}

# ABSTRACT: Base class for population plugins

use Moose::Role;

requires 'populate';

1;


=pod

=head1 NAME

Spark::Form::Source - Base class for population plugins

=head1 VERSION

version 0.2103

=head1 SEE ALSO

=over 4

=item L<Spark::Form> - What you were probably after

=back

=head1 AUTHOR

James Laver L<http://jameslaver.com>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by James Laver C<< <sprintf qw(%s@%s.%s cpan jameslaver com)> >>.

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

=cut


__END__