views:

32

answers:

1

How can I get ctags to generate tags for MooseX::Declare methods, classes, attributes and such?

+3  A: 

Here is a list of regular expressions that you can add to your ctags syntax file/command:

http://www.abstractwankery.com/2010/02/moosexdeclare-textmate-and-tmcod/94

jkramer
Just what I was looking for! Thanks.
David