1SVK::Version(3) User Contributed Perl Documentation SVK::Version(3)
2
3
4
6 SVK::Version - The SVK project-wide version number
7
9 package SVK::Whatever;
10
11 # Must be on one line so MakeMaker can parse it.
12 use SVK::Version; our = ;
13
15 Because of the problems coordinationg revision numbers in a distributed
16 version control system and across a directory full of Perl modules,
17 this module provides a central location for the project's release
18 number.
19
20
21
22perl v5.38.0 2023-07-21 SVK::Version(3)