in reply to Re^2: 3 packages 1 uniform version
in thread 3 packages 1 uniform version
Which is updated by cvs everytime I check the package in. In each subpackage I have the following line:package Foo::VERSION; $VERSION=(qw$Revision: 1.119 $)[1];
Must be all on one line if you want it interpreted by CPAN etc.$VERSION = eval { require Foo::VERSION; do $INC{'Foo/VERSION.pm'}};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: 3 packages 1 uniform version
by polettix (Vicar) on Feb 14, 2008 at 18:56 UTC |