projects
/
gitmo/MooseX-AlwaysCoerce.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b9a2d2b
)
add pod coverage tests
Karen Etheridge [Sat, 13 Oct 2012 23:41:25 +0000 (16:41 -0700)]
Changes
patch
|
blob
|
blame
|
history
dist.ini
patch
|
blob
|
blame
|
history
lib/MooseX/AlwaysCoerce.pm
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
23d8020
..
70873f3
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-2,6
+2,7
@@
Revision history for {{$dist->name}}
{{$NEXT}}
- fixed reference to writable git repository
+ - pod coverage tests added
0.18 2012-10-13 16:57:07 PDT-0700 (Karen Etheridge)
- added missing prerequisite declaration
diff --git
a/dist.ini
b/dist.ini
index
89e161a
..
456f621
100644
(file)
--- a/
dist.ini
+++ b/
dist.ini
@@
-39,6
+39,7
@@
Package::Stash = 0.26
[NoTabsTests]
[EOLTests]
[PodSyntaxTests]
+[PodCoverageTests]
[Test::Pod::LinkCheck]
[Test::Pod::No404s]
diff --git
a/lib/MooseX/AlwaysCoerce.pm
b/lib/MooseX/AlwaysCoerce.pm
index
14d5767
..
620812c
100644
(file)
--- a/
lib/MooseX/AlwaysCoerce.pm
+++ b/
lib/MooseX/AlwaysCoerce.pm
@@
-112,6
+112,13
@@
sub init_meta {
goto $init_meta;
}
+1;
+# vim:et sts=4 sw=4 tw=0:
+__END__
+
+=for Pod::Coverage
+ init_meta
+
=head1 AUTHOR
Rafael Kitover, C<< <rkitover at cpan.org> >>
@@
-165,6
+172,3
@@
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=cut
-
-1; # End of MooseX::AlwaysCoerce
-# vim:et sts=4 sw=4 tw=0: