Skip to content

Commit

Permalink
starting on getting things ready for first release
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Jun 15, 2012
1 parent 14c2d0e commit 59294b3
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Changes
@@ -0,0 +1,5 @@
History file for ack 2.0. http://betterthangrep.com/

2.00a01 Thu Jun 14 22:02:24 CDT 2012

This is the first alpha release of ack 2.0.
136 changes: 136 additions & 0 deletions MANIFEST
@@ -0,0 +1,136 @@
Changes
MANIFEST
README.md
Makefile.PL

ack
Ack.pm
Basic.pm
ConfigDefault.pm
ConfigFinder.pm
ConfigLoader.pm
Default.pm
Extension.pm
Filter.pm
FirstLineMatch.pm
Inverse.pm
Is.pm
Match.pm
Resource.pm
Resources.pm

record-options
squash

t/00-load.t
t/FilterTest.pm
t/Util.pm
t/ack-1.t
t/ack-c.t
t/ack-color.t
t/ack-column.t
t/ack-dump.t
t/ack-f.t
t/ack-files-from.t
t/ack-filetypes.t
t/ack-g.t
t/ack-group.t
t/ack-h.t
t/ack-help-types.t
t/ack-i.t
t/ack-ignore-dir.t
t/ack-interactive.t
t/ack-known-types.t
t/ack-line.t
t/ack-m.t
t/ack-match.t
t/ack-o.t
t/ack-passthru.t
t/ack-print0.t
t/ack-show-types.t
t/ack-type.t
t/ack-v.t
t/ack-w.t
t/ack-x.t
t/anchored.t
t/bad-ackrc-opt.t
t/basic.t
t/coding-standards.t
t/command-line-files.t
t/config-backwards-compat.t
t/config-finder.t
t/config-loader.t
t/context.t
t/default-filter.t
t/etc/buttonhook.xml.xxx
t/etc/shebang.empty.xxx
t/etc/shebang.foobar.xxx
t/etc/shebang.php.xxx
t/etc/shebang.pl.xxx
t/etc/shebang.py.xxx
t/etc/shebang.rb.xxx
t/etc/shebang.sh.xxx
t/ext-filter.t
t/file-permission.t
t/filetypes.t
t/filter.t
t/firstlinematch-filter.t
t/illegal-regex.t
t/incomplete-last-line.t
t/inverted-file-filter.t
t/is-filter.t
t/longopts.t
t/match-filter.t
t/noackrc.t
t/noenv.t
t/pod.t
t/process-substitution.t
t/r-lang-ext.t
t/resource-iterator.t
t/swamp/0
t/swamp/CMakeLists.txt
t/swamp/Makefile
t/swamp/Makefile.PL
t/swamp/Rakefile
t/swamp/c-header.h
t/swamp/c-source.c
t/swamp/crystallography-weenies.f
t/swamp/example.R
t/swamp/file.bar
t/swamp/file.foo
t/swamp/groceries/another_subdir/fruit
t/swamp/groceries/another_subdir/junk
t/swamp/groceries/another_subdir/meat
t/swamp/groceries/fruit
t/swamp/groceries/junk
t/swamp/groceries/meat
t/swamp/groceries/subdir/fruit
t/swamp/groceries/subdir/junk
t/swamp/groceries/subdir/meat
t/swamp/html.htm
t/swamp/html.html
t/swamp/incomplete-last-line.txt
t/swamp/javascript.js
t/swamp/not-an-#emacs-workfile#
t/swamp/notaMakefile
t/swamp/notaRakefile
t/swamp/notes.md
t/swamp/options.pl
t/swamp/parrot.pir
t/swamp/perl-test.t
t/swamp/perl-without-extension
t/swamp/perl.cgi
t/swamp/perl.handler.pod
t/swamp/perl.pl
t/swamp/perl.pm
t/swamp/perl.pod
t/swamp/pipe-stress-freaks.F
t/swamp/sample.rake
t/swamp/stuff.cmake
t/text/4th-of-july.txt
t/text/boy-named-sue.txt
t/text/freedom-of-choice.txt
t/text/me-and-bobbie-mcgee.txt
t/text/science-of-myth.txt
t/text/shut-up-be-happy.txt
t/zero.t

0 comments on commit 59294b3

Please sign in to comment.