1=head1 NAME 2 3DBIx::Class::Migration::Tutorial::Conclusion - Final thoughts 4 5=head1 GOAL 6 7A quick recap and thoughts about where to go next. 8 9=head1 SUMMARY 10 11Nice to see you get this far! I hope you now have the basic understanding 12needed to be able to integrate migrations into your DBIC workflow, testing 13and web development. The next bit is up to you. Use the tools, think about 14where the gaps are, and give me some feedback. Hopefully over time this 15tutorial can become better and we can also start to create some basic recipes 16for good approaches to common problems. Thanks! 17 18=head1 NEXT STEPS 19 20You might find looking at L<DBIx::Class::Migration::FAQ> useful in debugging 21some of the more common error messages that I've seen while preparing this 22tutorial. 23 24Also, at this point reviewing the API level documentation for 25L<DBIx::Class::Migration> and L<DBIx::Class::Migration::Script> useful. For 26more on some of the testing stuff we covered see L<DBIx::Class::Migration::Population> 27and L<Test::DBIx::Class>. 28 29Lastly, its definitely a good idea to review the documention for both 30L<DBIx::Class::DeploymentHandler> and L<DBIx::Class::Fixtures> if you have not 31already. Looking at L<SQL::Translator> may not be a bad idea either. 32 33=head1 AUTHOR 34 35See L<DBIx::Class::Migration> for author information 36 37=head1 COPYRIGHT & LICENSE 38 39See L<DBIx::Class::Migration> for copyright and license information 40 41=cut 42 43