File: LoaderTest1.pm

package info (click to toggle)
libdbix-class-schema-loader-perl 0.04005-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 360 kB
  • ctags: 243
  • sloc: perl: 3,507; makefile: 44
file content (7 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
package DBIXCSL_Test::Schema::LoaderTest1;

sub loader_test1_classmeth { 'all is well' }

sub loader_test1_rsmeth : ResultSet { 'all is still well' }

1;