Daniel P. Berrangé > Test-AutoBuild-1.2.0 > Test::AutoBuild::Counter::Time

Download:
Test-AutoBuild-1.2.0.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  2
View Bugs
Report a bug
Source   Latest Release: Test-AutoBuild-1.2.2

NAME ^

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

SYNOPSIS ^

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

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

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

METHODS ^

$counter->generate();

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

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