forked from osfameron/perl-tags
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
44 lines (29 loc) · 1.22 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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)