Skip to content

Commit

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

sub new {
my ($package, %self) = @_;
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.08';
our $VERSION = '0.09';

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

0 comments on commit b1dddd4

Please sign in to comment.