osfameron / perl-tags
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Nov 13 09:05:24 -0800 2009 | |
| |
Changes | Tue Nov 24 14:50:19 -0800 2009 | |
| |
MANIFEST | Tue Nov 24 14:50:19 -0800 2009 | |
| |
MANIFEST.SKIP | ||
| |
Makefile.PL | Fri Nov 13 09:05:26 -0800 2009 | |
| |
README | Fri Nov 13 09:30:54 -0800 2009 | |
| |
TODO | Fri Nov 13 09:05:23 -0800 2009 | |
| |
bin/ | Fri Nov 13 09:05:28 -0800 2009 | |
| |
inc/ | Fri Nov 13 09:05:27 -0800 2009 | |
| |
lib/ | ||
| |
t/ |
README
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 vim@vim.org, 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)

