| Test-AutoBuild documentation | view source | Contained in the Test-AutoBuild distribution. |
Test::AutoBuild::Counter::ChangeList - Generates a build counter based on source repository changelist
use Test::AutoBuild::Counter::ChangeList; my $counter = Test::AutoBuild::Counter::ChangeList->new(options => \%options); # Retrieve the current counter $counter->value();
Generates a build counter based on the source repository changelist. If multiple repositories are configured, the changelists of all of them will be combined with periods.
Daniel Berrange <dan@berrange.com>, Dennis Gregorovic <dgregorovic@alum.mit.edu>
Copyright (C) 2005 Daniel Berrange
perl(1), Test::AutoBuild, Test::AutoBuild::Runtime
| Test-AutoBuild documentation | view source | Contained in the Test-AutoBuild distribution. |