summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPaper.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-18 21:56:02 +0000
committerKarl Berry <karl@freefriends.org>2016-04-18 21:56:02 +0000
commit182f384a817a982e1f078a496b68cae8edacb777 (patch)
tree719955507e6bdb01136c37ffc2161f623735db26 /Master/tlpkg/TeXLive/TLPaper.pm
parent64cac8b0408d6a7e0700efdd53dee0414f6c8bcb (diff)
just check for ^MSWin, not 32|64; who knows what the future will bring
git-svn-id: svn://tug.org/texlive/trunk@40600 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPaper.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPaper.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLPaper.pm b/Master/tlpkg/TeXLive/TLPaper.pm
index e4e92e74cfd..b1074ae96e2 100644
--- a/Master/tlpkg/TeXLive/TLPaper.pm
+++ b/Master/tlpkg/TeXLive/TLPaper.pm
@@ -1,13 +1,12 @@
-# $Id: TLPaper.pm 39006 2015-12-03 18:53:45Z karl $
+# $Id$
# TeXLive::TLPaper.pm - query/modify paper sizes for our various programs
# Copyright 2008-2016 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
-#
package TeXLive::TLPaper;
-my $svnrev = '$Revision: 39006 $';
+my $svnrev = '$Revision$';
my $_modulerevision;
if ($svnrev =~ m/: ([0-9]+) /) {
$_modulerevision = $1;