Skip to content

jbert/perl-tags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perl-Tags

REFERENCES, HYPE, DISCUSSION

http://perlmonks.org/?node_id=558802 
    (imp) perlmonks thread that prompted me to get this packaged up
http://use.perl.org/~mr_bean/journal/30174 
    (mr_bean) encouraging journal entry
http://ctags.sourceforge.net/FORMAT
    (via wolverian) "mainly, the function tag for variables would be nice"
    (add sigils?  iskeyword+=@-@)
http://groups.yahoo.com/group/vim/message/68815
    (ml thread on [email protected], really about perlcomplete, but me and [dm]r_bean appear to have hijacked it to talk Perl::Tags)

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install  # or 'sudo make install'


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc Perl::Tags

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Perl-Tags

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Perl-Tags

COPYRIGHT AND LICENCE

Copyright (C) 2006-2009 osfameron and contributors

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.  (Or as Vim, if you prefer)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 99.9%
  • Vim Script 0.1%