https://rt.cpan.org/Public/Bug/Display.html?id=44928
Sets up an "around" method modifier. See L<Moose/around> or
L<Class::Method::Modifiers/around>.
+=over 4
+
=item B<super>
Sets up the "super" keyword. See L<Moose/super>.
This is not supported and emits an error. See L<Moose/Role>.
+=back
+
=head2 has (name|names) => parameters
Sets up an attribute (or if passed an arrayref of names, multiple attributes) to
--- /dev/null
+use Test::More;
+eval "use Test::Pod 1.00";
+plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+all_pod_files_ok();