File: ClassWithCombiningRole.pm

package info (click to toggle)
libmoose-perl 2.2207-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,416 kB
  • sloc: perl: 21,345; ansic: 291; makefile: 10
file content (7 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
package Overloading::ClassWithCombiningRole;

use Moose;

with 'Overloading::CombiningRole';

1;