summaryrefslogtreecommitdiff
path: root/parse_bibtex_html
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-26 00:42:00 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-26 00:42:00 +0100
commit2d8938f6bef5a7afc4d4f65df9188634de25ef0f (patch)
tree2cfd5a9ce13e86a9ecc7d723e91c31c5845c018d /parse_bibtex_html
parentd5a5b224b549dc17f472fc8a13270d6041f62546 (diff)
downloadPublic-2d8938f6bef5a7afc4d4f65df9188634de25ef0f.tar.gz
Public-2d8938f6bef5a7afc4d4f65df9188634de25ef0f.tar.zst
Public-2d8938f6bef5a7afc4d4f65df9188634de25ef0f.zip
Add tipping hint
Diffstat (limited to 'parse_bibtex_html')
-rwxr-xr-xparse_bibtex_html3
1 files changed, 3 insertions, 0 deletions
diff --git a/parse_bibtex_html b/parse_bibtex_html
index 5e54729..3557572 100755
--- a/parse_bibtex_html
+++ b/parse_bibtex_html
@@ -22,6 +22,9 @@
22# THE SOFTWARE. 22# THE SOFTWARE.
23 23
24 24
25# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping
26
27
25use BibTeX::Parser; 28use BibTeX::Parser;
26use IO::File; 29use IO::File;
27use utf8; 30use utf8;