File: Role.pm

package info (click to toggle)
libmoosex-undeftolerant-perl 0.21-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 348 kB
  • sloc: perl: 493; sh: 6; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
package MooseX::UndefTolerant::Role;

our $VERSION = '0.21';

use Moose::Role;

sub composition_class_roles { 'MooseX::UndefTolerant::Composite' }

no Moose::Role;

1;