1package DBIXCSL_Test::Schema::LoaderTest1;
2
3sub loader_test1_classmeth { 'all is well' }
4
5sub loader_test1_rsmeth : ResultSet { 'all is still well' }
6
71;
8