Test::AutoBuild::Counter::ChangeList - Generates a build counter based on source repository changelist


Test-AutoBuild documentation  | view source Contained in the Test-AutoBuild distribution.

Index


NAME

Top

Test::AutoBuild::Counter::ChangeList - Generates a build counter based on source repository changelist

SYNOPSIS

Top

  use Test::AutoBuild::Counter::ChangeList;

  my $counter = Test::AutoBuild::Counter::ChangeList->new(options => \%options);

  # Retrieve the current counter
  $counter->value();

METHODS

Top

$counter->generate();

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.

AUTHORS

Top

Daniel Berrange <dan@berrange.com>, Dennis Gregorovic <dgregorovic@alum.mit.edu>

COPYRIGHT

Top

SEE ALSO

Top

perl(1), Test::AutoBuild, Test::AutoBuild::Runtime


Test-AutoBuild documentation  | view source Contained in the Test-AutoBuild distribution.