Test::AutoBuild::Counter::Timestamp.3pm

Langue: en

Autres versions - même langue

Version: 2007-12-08 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

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

SYNOPSIS

   use Test::AutoBuild::Counter::Timestamp;
 
   my $counter = Test::AutoBuild::Counter::Timestamp->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 (C) 2005 Daniel Berrange

SEE ALSO

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