File: LoaderTest1.pm

package info (click to toggle)
libdbix-class-schema-loader-perl 0.07025-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,372 kB
  • sloc: perl: 12,002; makefile: 4
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;