File: visual.pl

package info (click to toggle)
biber 1.9-3%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 12,812 kB
  • ctags: 1,297
  • sloc: xml: 93,570; perl: 12,281; makefile: 11
file content (12 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (9)
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";