Standardize examples/docs on Schema::Loader schema naming
authorPeter Rabbitson <ribasushi@cpan.org>
Mon, 26 Aug 2013 01:57:42 +0000 (03:57 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Mon, 26 Aug 2013 04:03:12 +0000 (06:03 +0200)
commita5bd5d88980681e140bc910d0cd38dd21db48218
treefe6c3f9c4ce8a2cdceee7aa3866cf8c01df6b8e7
parentd39311e4237677890caa2fb95d8cba27a52748ff
Standardize examples/docs on Schema::Loader schema naming

A new user is very likely to encounter this naming convention these days
12 files changed:
examples/Schema/MyApp/Schema.pm [moved from examples/Schema/MyDatabase/Main.pm with 78% similarity]
examples/Schema/MyApp/Schema/Result/Artist.pm [moved from examples/Schema/MyDatabase/Main/Result/Artist.pm with 63% similarity]
examples/Schema/MyApp/Schema/Result/Cd.pm [moved from examples/Schema/MyDatabase/Main/Result/Cd.pm with 50% similarity]
examples/Schema/MyApp/Schema/Result/Track.pm [moved from examples/Schema/MyDatabase/Main/Result/Track.pm with 63% similarity]
examples/Schema/insertdb.pl [changed mode: 0644->0755]
examples/Schema/testdb.pl [changed mode: 0644->0755]
lib/DBIx/Class/Manual/Cookbook.pod
lib/DBIx/Class/Manual/Example.pod
lib/DBIx/Class/Manual/Intro.pod
lib/DBIx/Class/Manual/QuickStart.pod
lib/DBIx/Class/Schema.pm
lib/DBIx/Class/Storage/DBI/mysql.pm