Navigation Menu

Skip to content

Commit

Permalink
pod coverage and such
Browse files Browse the repository at this point in the history
  • Loading branch information
doy committed May 17, 2011
1 parent 0a93d5f commit 3900cea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist.ini
Expand Up @@ -52,6 +52,7 @@ package = Class::MOP::MiniTrait
package = Class::MOP::Mixin
namespace = Class::MOP::Mixin
package = Moose::Deprecated
package = Moose::Error::Util
package = Moose::Meta::Attribute::Native::Trait
package = Moose::Meta::Class::Immutable::Trait
package = Moose::Meta::Method::Accessor::Native
Expand Down
9 changes: 9 additions & 0 deletions lib/Moose/Error/Util.pm
Expand Up @@ -43,3 +43,12 @@ sub create_error {
}

1;

__END__
=pod
=for pod_coverage_needs_some_pod
=cut
2 changes: 2 additions & 0 deletions xt/release/pod-coverage.t
Expand Up @@ -107,6 +107,7 @@ my %trustme = (
'Class::MOP::Package' => [ 'get_method_map', 'wrap_method_body' ],
'Moose' => ['init_meta', 'throw_error'],
'Moose::Error::Confess' => ['new'],
'Moose::Error::Util' => ['.+'],
'Moose::Meta::Attribute' => [
qw( interpolate_class
throw_error
Expand Down Expand Up @@ -139,6 +140,7 @@ my %trustme = (
generate_reader_method_inline
generate_writer_method
generate_writer_method_inline
new
)
],
'Moose::Meta::Method::Constructor' => [
Expand Down

0 comments on commit 3900cea

Please sign in to comment.