Codebase list libemail-mime-kit-perl / 3461f40
when with-ing roles, do them all at once Ricardo Signes 1 year, 4 months ago
2 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
33 use v5.20.0;
44 use Moose;
55
6 with 'Email::MIME::Kit::Role::ManifestReader';
7 with 'Email::MIME::Kit::Role::ManifestDesugarer';
6 with 'Email::MIME::Kit::Role::ManifestReader',
7 'Email::MIME::Kit::Role::ManifestDesugarer';
88
99 use JSON 2;
1010
33 use v5.20.0;
44 use Moose;
55
6 with 'Email::MIME::Kit::Role::ManifestReader';
7 with 'Email::MIME::Kit::Role::ManifestDesugarer';
6 with 'Email::MIME::Kit::Role::ManifestReader',
7 'Email::MIME::Kit::Role::ManifestDesugarer';
88
99 use YAML::XS ();
1010