The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Parley::Version - The Parley project-wide version number

SYNOPSIS

# Must be on one line so MakeMaker can parse it.
use Parley::Version; our $VERSION = $Parley::VERSION;

DESCRIPTION

Because of the problems coordinating revision numbers in a distributed version control system and across a directory full of Perl modules, this module provides a central location for the project's release number.

IDEA FROM

This idea was taken from SVK