DOKK / manpages / debian 10 / lintian / Test::ScriptAge.3.en
Test::ScriptAge(3) Debian Package Checker Test::ScriptAge(3)

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

  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";

Routines to calculated modification times of Perl scripts.

Find the test case named NAME.
2019-05-26 Lintian v2.15.0