0.12 Tue Jul 14 13:24:47 EDT 2009
- Depend on latest Perl6::Perldoc::To::Ansi and Pod::Text::Ansi
for a consistent look
- Fix a bug causing "grok s32-str" to deliver s32-abstraction instead
of s32-str
- If the pager is less(1), tell it to display colors without a fuss
- Removed all docs from the distribution, rely on Perl6::Doc instead
0.11 Mon Jul 6 23:36:06 EDT 2009
- Use PAGER environment variable if set
- Fix bug which was causing it to only accept 's02' but not 's02-bits'
- Make target_index (and, by extension, --index) return function list
in sorted order
0.10 Thu Jul 2 16:49:16 GMT 2009
- Add 'pod' output format for Pod 5, and u-/--unformatted
- Rename -f/--format to -o/--output like perldoc(1)
- Support looking up functions from Synopsis 29
0.09 Wed Jul 1 17:05:31 GMT 2009
- Add some author tests (Pod, Perl::Critic, etc)
- Detect whether a file contains Pod 5 or Pod 6
- Add homepage and source repository to Makefile.PL
- Refactor the code a bit and document public methods
0.08 Wed Jul 1 14:14:10 GMT 2009
- Add -i/--index to list known targets
- Rename -v (--version) option to -V
- Support xhtml output, depend on Pod::Xhtml
- Depend on latest Perl6::Perldoc::To::Ansi
- Fix pager execution on Win32. azawawi++
- Depend on Win32::Console::ANSI on Win32 systems
0.07 Tue Jun 30 12:06:37 GMT 2009
- Explicitly call grok with $^X in tests, needed on Win32
0.06 Fri Jun 26 08:19:06 GMT 2009
- Add -l/--only option to print the path to the target file
- Bail out with an error message when target is unknown
0.05 Fri Jun 26 05:48:02 GMT 2009
- Fix location of shared files (synopses)
0.04 Fri Jun 26 05:11:13 GMT 2009
- Use a pager when interactive, can be turned off with -T
- Support Pod 5
- Support arguments like 's02', 's26', and 's32-exception'
- Bundled Synopsis documents
0.03 Thu May 28 15:49:00 GMT 2009
- Declare a package other than main, so "cpanp -i grok" should work
- Added a TODO file
- Added -h, -v, and --version options
0.02 Mon May 4 00:40:23 GMT 2009
- Ship a README file generated from the Pod source
- Exit with better diagnostics on failure
- Print usage information when --help is used
0.01 Sun May 3 18:17:29 GMT 2009
- Initial release