File: TestRoleForMap.pm

package info (click to toggle)
libdbix-class-schema-loader-perl 0.07053-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,464 kB
  • sloc: perl: 11,520; sh: 544; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
package TestRoleForMap;

use Moose::Role;

requires qw/id dat meta/; # in loader_test2

sub test_role_for_map_method { 'test_role_for_map_method works' }

1;