diff --git a/Changes b/Changes index 0b67897..c9dfd94 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -0.10 +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 diff --git a/lib/App/Grok.pm b/lib/App/Grok.pm index 1c7a73f..30ba4ec 100644 --- a/lib/App/Grok.pm +++ b/lib/App/Grok.pm @@ -11,7 +11,7 @@ use Getopt::Long qw<:config bundling>; use List::Util qw; use Pod::Usage; -our $VERSION = '0.09'; +our $VERSION = '0.10'; my %opt; sub new { diff --git a/lib/App/Grok/Pod5.pm b/lib/App/Grok/Pod5.pm index cd62bfe..1d52b0d 100644 --- a/lib/App/Grok/Pod5.pm +++ b/lib/App/Grok/Pod5.pm @@ -3,7 +3,7 @@ package App::Grok::Pod5; use strict; use warnings; -our $VERSION = '0.09'; +our $VERSION = '0.10'; my %formatter = ( text => 'Pod::Text', diff --git a/lib/App/Grok/Pod6.pm b/lib/App/Grok/Pod6.pm index cd167ba..36bb062 100644 --- a/lib/App/Grok/Pod6.pm +++ b/lib/App/Grok/Pod6.pm @@ -6,7 +6,7 @@ use Perl6::Perldoc::Parser; use strict; use warnings; -our $VERSION = '0.09'; +our $VERSION = '0.10'; sub new { my ($package, %self) = @_;