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, 0 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/bibtex/biber/visual.pl b/Master/texmf-dist/source/bibtex/biber/visual.pl
deleted file mode 100644
index 018bd070012..00000000000
--- a/Master/texmf-dist/source/bibtex/biber/visual.pl
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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";