The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

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

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

METHODS

$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

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

COPYRIGHT

Copyright (C) 2005 Daniel Berrange

SEE ALSO

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