The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pod::Readme::Plugin::version - Include version in README

SYNOPSIS

  =for readme plugin version

DESCRIPTION

This is a plugin for Pod::Readme that includes the release version.

ARGUMENTS

file

  =for readme plugin version file='lib/My/App.pm'

By default, it will extract the version from the same file that the README is being extracted from. If this is a different file, then it should be specified.

title

  =for readme plugin version title='VERSION'

This argument allows you to change the title of the heading.