Skip to content
Snippets Groups Projects
Commit d8449a89 authored by Niko Tyni's avatar Niko Tyni
Browse files

Add patch fixing warnings on usage

Closes: #877094
parent c79fd9e7
No related branches found
No related tags found
No related merge requests found
From 8c2fd83725b17aa44b02f8913350f3eed7c6c8d0 Mon Sep 17 00:00:00 2001
From: Niko Tyni <ntyni@debian.org>
Date: Thu, 21 Dec 2017 23:14:53 +0200
Subject: [PATCH] Remove hardcoded $VERSION from TeX::Encode::BibTex
The $VERSION line is nowadays autogenerated, resulting
in two clashing version declarations that cause a warning
on usage.
Bug-Debian: https://bugs.debian.org/877094
Bug: https://github.com/athreef/TeX-Encode/pull/3
---
lib/TeX/Encode/BibTeX.pm | 2 --
1 file changed, 2 deletions(-)
diff --git a/lib/TeX/Encode/BibTeX.pm b/lib/TeX/Encode/BibTeX.pm
index 3ef21af..1b42d74 100644
--- a/lib/TeX/Encode/BibTeX.pm
+++ b/lib/TeX/Encode/BibTeX.pm
@@ -11,8 +11,6 @@ use TeX::Encode;
our @ISA = qw(Encode::Encoding);
-our $VERSION = '1.2';
-
__PACKAGE__->Define(qw(BibTeX bibtex));
# encode($self, $string [,$check])
--
2.15.1
0001-Remove-hardcoded-VERSION-from-TeX-Encode-BibTex.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment