|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
SVK::Version(3) User Contributed Perl Documentation SVK::Version(3)
NAME
SVK::Version - The SVK project-wide version number
SYNOPSIS
package SVK::Whatever;
# Must be on one line so MakeMaker can parse it.
use SVK::Version; our = ;
DESCRIPTION
Because of the problems coordinationg 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.
perl v5.8.8 2007-03-26 SVK::Version(3)
|
|