| Test-AutoBuild documentation | view source | Contained in the Test-AutoBuild distribution. |
Test::AutoBuild::Counter::Timestamp - Generates a build counter based on current time
use Test::AutoBuild::Counter::Timestamp; my $counter = Test::AutoBuild::Counter::Timestamp->new(options => \%options); # Retrieve the current counter $counter->value();
Generates a build counter based on the current time (seconds since the epoch).
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. |