Test::AutoBuild::Counter::Time - Generates a build counter based on current time


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

Index


NAME

Top

Test::AutoBuild::Counter::Time - Generates a build counter based on current time

SYNOPSIS

Top

  use Test::AutoBuild::Counter::Time;

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

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

METHODS

Top

$counter->generate();

Generates a build counter based on the current time (seconds since the epoch).

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.