File: visual.pl

package info (click to toggle)
biber 2.12-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,444 kB
  • sloc: perl: 15,044; xml: 895; makefile: 19
file content (12 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
# Module::Build "Build test" invokes this after all test scripts to provide some user
# feedback. See the manual for Module::Build. The name of this script is not arbitrary.
use Biber;

BEGIN {
  push @INC, 'blib/lib/';
}

my $v = $Biber::Config::VERSION;
$v .= ' (beta)' if $Biber::Config::BETA_VERSION;

print "Finished testing biber $v using Perl $] at $^X\n";