Add tests for compression, and a CLI tool for manual testing.
authorQuim Rovira <quim@rovira.cat>
Sun, 14 Aug 2016 09:38:41 +0000 (11:38 +0200)
committerQuim Rovira <quim@rovira.cat>
Sun, 14 Aug 2016 09:46:30 +0000 (11:46 +0200)
commit2786a68d54239318b1ca7d6045f8a5830a979142
tree37e6f7ab131722fc0a73923e21f1f17250f57740
parent09cf71869cec48dd79483c65c190f7b79a442da8
Add tests for compression, and a CLI tool for manual testing.

I changed the names of the tests, so that compress round-trip runs
after the uncompress tests.

Also added a cli tool that tries to follow the official /bro/ cli tool,
but it's use is mostly for validation and testing, and is still missing
support for many of the flags (eg. --repeat).

For this, I moved the File::Slurp module to an actual dependency, not
a tests-only dep.
Makefile.PL
README
bin/bro-perl [new file with mode: 0755]
t/00-load.t [new file with mode: 0644]
t/01-uncompress.t [new file with mode: 0644]
t/02-roundtrip.t [new file with mode: 0644]
t/IO-Compress-Brotli.t [deleted file]
t/IO-Uncompress-Brotli.t [deleted file]
This page took 0.010816 seconds and 4 git commands to generate.