public
Description: A replacement for grep for programmers
Homepage: http://betterthangrep.com/
Clone URL: git://github.com/petdance/ack.git
ack /
name age message
file .gitignore Sat Sep 12 21:04:02 -0700 2009 ack now lives at github [petdance]
file Ack.pm Mon Nov 16 12:38:59 -0800 2009 Add --help-types to message [petdance]
file Basic.pm Fri Oct 17 21:54:15 -0700 2008 cleaning up critic [petdance]
file Changes Thu Nov 12 19:52:09 -0800 2009 Added .phtml [petdance]
file MANIFEST Fri Sep 04 21:48:49 -0700 2009 add test to make sure we have no invalid charac... [petdance]
file Makefile.PL Sat Sep 12 21:04:02 -0700 2009 ack now lives at github [petdance]
file Plugin.pm Mon Aug 25 17:15:48 -0700 2008 Merging https://ack.googlecode.com/svn/branches... [petdance]
file README Fri Sep 18 12:12:49 -0700 2009 updated notes [petdance]
file Repository.pm Mon Aug 25 17:15:48 -0700 2008 Merging https://ack.googlecode.com/svn/branches... [petdance]
file Resource.pm Fri Oct 17 21:54:15 -0700 2008 cleaning up critic [petdance]
file TODO Fri Oct 26 07:47:40 -0700 2007 releasing 1.69_01 [petdance]
file Tar.pm Mon Aug 25 17:15:48 -0700 2008 Merging https://ack.googlecode.com/svn/branches... [petdance]
file ack Mon Nov 16 12:38:59 -0800 2009 Add --help-types to message [petdance]
file ack-base Mon Nov 16 12:38:59 -0800 2009 Add --help-types to message [petdance]
file ack-help-types.txt Thu Nov 12 19:52:09 -0800 2009 Added .phtml [petdance]
file ack-help.txt Mon Sep 07 21:29:09 -0700 2009 releasing 1.90 [petdance]
file api.pod Sun Sep 13 20:19:57 -0700 2009 more notes [petdance]
directory btg/ Mon Sep 28 22:13:39 -0700 2009 updated the site links [petdance]
file capture-stderr Sun Sep 06 17:10:53 -0700 2009 localizing the untainting of $stderr and $program [petdance]
directory etc/ Fri Sep 04 21:24:17 -0700 2009 Added an updated ack.bash_completion.sh from Ad... [petdance]
file perlcriticrc Sat May 24 20:35:21 -0700 2008 lint cleanups [petdance]
file perltidyrc Tue Jun 17 22:20:33 -0700 2008 playing with tidy rules [petdance]
file squash Wed Sep 02 22:43:36 -0700 2009 made the pod handling more robust [petdance]
directory t/ Mon Sep 07 16:41:45 -0700 2009 check for multiple matches [petdance]
file tags Sun Sep 06 20:50:54 -0700 2009 show the command line that we are running [petdance]
file ttest Mon Aug 25 17:15:48 -0700 2008 Merging https://ack.googlecode.com/svn/branches... [petdance]
README
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
        ack-users@googlegroups.com

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.