summaryrefslogtreecommitdiff
path: root/tests/test_perllexer.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2017-01-22 18:32:03 +0000
committerGeorg Brandl <georg@python.org>2017-01-22 18:32:03 +0000
commit9dbdeeaed19e6d4d1e6f8bae973bac61ddd682d0 (patch)
treeace915bc11ad4477ae1be0c35b6a4923d46c9c80 /tests/test_perllexer.py
parent32f536a056334e3a02a713860dc9294a4d752723 (diff)
parent2021a297ae428e8f77dfad8fd3245bb4bf4eb6a3 (diff)
downloadpygments-git-9dbdeeaed19e6d4d1e6f8bae973bac61ddd682d0.tar.gz
Merged in zhouzhen1/pygments-main/perllexer (pull request #688)
Fix Perl5 lexer for namespaces/modules.
Diffstat (limited to 'tests/test_perllexer.py')
-rw-r--r--tests/test_perllexer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_perllexer.py b/tests/test_perllexer.py
index 90741397..102f0a9f 100644
--- a/tests/test_perllexer.py
+++ b/tests/test_perllexer.py
@@ -3,7 +3,7 @@
Pygments regex lexer tests
~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
+ :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""