• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/t/backcompat/0.04006/lib/DBIXCSL_Test/Schema/
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