diff etc/NEWS @ 42342:edeb3d66b7e0

Perl changes for etags.
author Francesco Potortì <pot@gnu.org>
date Wed, 26 Dec 2001 21:51:53 +0000
parents 4bc3e5620674
children e79ed5ab7b08
line wrap: on
line diff
--- a/etc/NEWS	Wed Dec 26 21:27:54 2001 +0000
+++ b/etc/NEWS	Wed Dec 26 21:51:53 2001 +0000
@@ -135,6 +135,10 @@
 
 *** In Prolog, etags creates tags for rules in addition to predicates.
 
+*** In Perl, packages are tags.  Subroutine tags are named from their
+package.  You can jump to sub tags as you did before, by the sub name, or
+additionally by looking for package::sub.
+
 *** New language PHP: tags are functions, classes and defines.  If
 the --members option is specified to etags, tags are vars also.