File: ExampleMooseRoleTwo.pm

package info (click to toggle)
libmoo-perl 0.091011-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 476 kB
  • sloc: perl: 1,688; makefile: 4; sh: 1
file content (5 lines) | stat: -rw-r--r-- 51 bytes parent folder | download | duplicates (2)
1
2
3
4
5
package ExampleMooseRoleTwo;
use Moose::Role;

1;