Skip to content

Commit

Permalink
POD: add SEE ALSO section in [AutoVersion]
Browse files Browse the repository at this point in the history
  • Loading branch information
dolmen committed May 4, 2012
1 parent 50e62e5 commit 692f6aa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/Dist/Zilla/Plugin/AutoVersion.pm
Expand Up @@ -85,3 +85,17 @@ sub provide_version {

__PACKAGE__->meta->make_immutable;
1;
__END__
=head1 SEE ALSO
Core Dist::Zilla plugins:
L<PkgVersion|Dist::Zilla::Plugin::PkgVersion>,
L<PodVersion|Dist::Zilla::Plugin::PodVersion>,
L<NextRelease|Dist::Zilla::Plugin::NextRelease>.
Dist::Zilla roles:
L<VersionProvider|Dist::Zilla::Role::VersionProvider>,
L<TextTemplate|Dist::Zilla::Role::TextTemplate>.
=cut

0 comments on commit 692f6aa

Please sign in to comment.