forked from beyondgrep/ack1
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
46 lines (30 loc) · 1021 Bytes
/
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
45
46
ack is a grep-like tool tailored to working with large trees of source
code.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
You can look for information at:
Search CPAN
http://search.cpan.org/dist/ack
AnnoCPAN, annotated CPAN documentation:
http://annocpan.org/dist/ack
CPAN Ratings:
http://cpanratings.perl.org/d/ack
Project Home at Github
http://github.com/petdance/ack
Issue list at Google Code (report bugs there)
http://code.google.com/p/ack/issues/list
Mailing List
COPYRIGHT AND LICENCE
Copyright 2005-2009 Andy Lester.
This program is free software; you can redistribute it and/or modify
it under the terms of either:
* the GNU General Public License as published by the Free Software
Foundation; either version 1, or (at your option) any later version,
or
* the Artistic License version 2.0.