summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/bibtex/biber/visual.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/bibtex/biber/visual.pl')
-rw-r--r--Master/texmf-dist/source/bibtex/biber/visual.pl12
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/bibtex/biber/visual.pl b/Master/texmf-dist/source/bibtex/biber/visual.pl
new file mode 100644
index 00000000000..018bd070012
--- /dev/null
+++ b/Master/texmf-dist/source/bibtex/biber/visual.pl
@@ -0,0 +1,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::VERSION;
+$v .= ' (beta)' if $Biber::BETA_VERSION;
+
+print "Finished testing biber $v using Perl $] at $^X\n";