-
-
26 May 2014 02:45:04 UTC
- Distribution: Perl-Tags
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (5)
- Testers (375 / 29 / 3)
- Kwalitee
Bus factor: 0- 55.30% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (71.39KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Why not adopt me?
This distribution is up for adoption! If you're interested then please contact the PAUSE module admins via email.- Perl::Tags::Tag::Package
- Perl::Tags::Tag::Var
- Perl::Tags::Tag::Sub
- Perl::Tags::Tag::Constant
- Perl::Tags::Tag::Label
- Perl::Tags::Tag::Recurse
new
Returns a new tag object
type
,modify_options
Abstract methods
to_string
A tag stringifies to an appropriate line in a ctags file.
on_register
Allows tag to meddle with process when registered with the main tagger object. Return false if want to prevent registration (e.g. for control tags such as
Perl::Tags::Tag::Recurse
.)Perl::Tags::Tag::Package
type
: pmodify_options
Sets static=0
on_register
Sets the package name
Perl::Tags::Tag::Var
type
: von_register
Make a tag for this variable unless we're told not to. We assume that a variable is always static, unless it appears in a package before any sub. (Not necessarily true, but it's ok for most purposes and Vim works fine even if it is incorrect) - pltags.pl comments
Perl::Tags::Tag::Sub
type
: son_register
Make a tag for this sub unless we're told not to. We assume that a sub is static, unless it appears in a package. (Not necessarily true, but it's ok for most purposes and Vim works fine even if it is incorrect) - pltags comments
Perl::Tags::Tag::Constant
type
: cPerl::Tags::Tag::Label
type
: lPerl::Tags::Tag::Recurse
type
: dummyThis is a pseudo-tag, see "register" in Perl::Tags.
on_register
Recurse adding this new module to the queue.
Module Install Instructions
To install Perl::Tags, copy and paste the appropriate command in to your terminal.
cpanm Perl::Tags
perl -MCPAN -e shell install Perl::Tags
For more information on module installation, please visit the detailed CPAN module installation guide.