diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-26 00:42:00 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-26 00:42:00 +0100 |
commit | 2d8938f6bef5a7afc4d4f65df9188634de25ef0f (patch) | |
tree | 2cfd5a9ce13e86a9ecc7d723e91c31c5845c018d /parse_bibtex_html | |
parent | d5a5b224b549dc17f472fc8a13270d6041f62546 (diff) | |
download | Public-2d8938f6bef5a7afc4d4f65df9188634de25ef0f.tar.gz Public-2d8938f6bef5a7afc4d4f65df9188634de25ef0f.tar.zst Public-2d8938f6bef5a7afc4d4f65df9188634de25ef0f.zip |
Add tipping hint
Diffstat (limited to 'parse_bibtex_html')
-rwxr-xr-x | parse_bibtex_html | 3 |
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 | |||
25 | use BibTeX::Parser; | 28 | use BibTeX::Parser; |
26 | use IO::File; | 29 | use IO::File; |
27 | use utf8; | 30 | use utf8; |