<% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>

Test::ScriptAge

NAME

Test::ScriptAge -- routines relating to the age of Perl scripts

SYNOPSIS

  my $executable_epoch = Test::ScriptAge::our_modification_epoch();
  print 'This script was last modified at ' . localtime($executable_epoch) . "\n";

  my $perl_epoch = Test::ScriptAge::perl_modification_epoch();
  print 'Perl was last modified at ' . localtime($perl_epoch) . "\n";

DESCRIPTION

Routines to calculated modification times of Perl scripts.

FUNCTIONS

find_tests_by_name(NAME)

Find the test case named NAME.

<% include ('/elements/footer.html' ) %>