Skip to content

Commit

Permalink
Bump version to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Jul 7, 2009
1 parent 3191567 commit f7c6085
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.11
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
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.10';
our $VERSION = '0.11';
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.10';
our $VERSION = '0.11';

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.10';
our $VERSION = '0.11';

sub new {
my ($package, %self) = @_;
Expand Down

0 comments on commit f7c6085

Please sign in to comment.