Skip to content

Commit

Permalink
Bump version to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Jul 2, 2009
1 parent 81caf33 commit e4a2902
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok.pm
Expand Up @@ -11,7 +11,7 @@ use Getopt::Long qw<:config bundling>;
use List::Util qw<first>;
use Pod::Usage;

our $VERSION = '0.09';
our $VERSION = '0.10';
my %opt;

sub new {
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok/Pod5.pm
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok/Pod6.pm
Expand Up @@ -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) = @_;
Expand Down

0 comments on commit e4a2902

Please sign in to comment.