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

NAME

Templer::Timer - A utility class for recording build-time.

SYNOPSIS

    use strict;
    use warnings;

    use Templer::Timer;

    my $obj = Templer::Timer->new();
    sleep( 3 );

    print $obj->elapsed();

DESCRIPTION

This class is a simple utility for reporting the time elapsed since the object was created.

It is used to report on the build-time of a templer site.

LICENSE

This module is free software; you can redistribute it and/or modify it under the terms of either:

a) the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version, or

b) the Perl "Artistic License".

AUTHOR

Steve Kemp <steve@steve.org.uk>

COPYRIGHT AND LICENSE

Copyright (C) 2015 Steve Kemp <steve@steve.org.uk>.

This library is free software. You can modify and or distribute it under the same terms as Perl itself.