Skip to content

Commit

Permalink
Bump version to 0.18_02
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Jul 29, 2009
1 parent 2cb1f97 commit c8c05c2
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,4 +1,4 @@
0.18_02
0.18_02 Sun Jul 26 13:37:21 GMT 2009
- Forgot Pod::Parser

0.18_01 Sun Jul 26 13:26:36 GMT 2009
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok.pm
Expand Up @@ -14,7 +14,7 @@ use Getopt::Long qw<:config bundling>;
use List::Util qw<first>;
use Pod::Usage;

our $VERSION = '0.18_01';
our $VERSION = '0.18_02';
my %opt;

our $GOT_ANSI;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok/Parser/Pod5.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use File::Temp qw<tempfile>;

our $VERSION = '0.18_01';
our $VERSION = '0.18_02';

my %formatter = (
text => 'Pod::Text',
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok/Parser/Pod6.pm
Expand Up @@ -6,7 +6,7 @@ use Perl6::Perldoc::Parser;
use strict;
use warnings;

our $VERSION = '0.18_01';
our $VERSION = '0.18_02';

sub new {
my ($package, %self) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok/Resource/File.pm
Expand Up @@ -3,7 +3,7 @@ package App::Grok::Resource::File;
use strict;
use warnings;

our $VERSION = '0.18_01';
our $VERSION = '0.18_02';
use base qw(Exporter);
our @EXPORT_OK = qw(file_index file_fetch file_locate);
our %EXPORT_TAGS = ( ALL => [@EXPORT_OK] );
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok/Resource/Functions.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
use File::ShareDir qw<dist_dir>;
use File::Spec::Functions qw<catdir catfile splitpath>;

our $VERSION = '0.18_01';
our $VERSION = '0.18_02';
use base qw(Exporter);
our @EXPORT_OK = qw(func_index func_fetch func_locate);
our %EXPORT_TAGS = ( ALL => [@EXPORT_OK] );
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok/Resource/Spec.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
use File::ShareDir qw<dist_dir>;
use File::Spec::Functions qw<catdir splitpath>;

our $VERSION = '0.18_01';
our $VERSION = '0.18_02';
use base qw(Exporter);
our @EXPORT_OK = qw(spec_index spec_fetch spec_locate);
our %EXPORT_TAGS = ( ALL => [@EXPORT_OK] );
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok/Resource/Table.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
use File::ShareDir qw<dist_dir>;
use File::Spec::Functions qw<catfile>;

our $VERSION = '0.18_01';
our $VERSION = '0.18_02';
use base qw(Exporter);
our @EXPORT_OK = qw(table_index table_fetch table_locate);
our %EXPORT_TAGS = ( ALL => [@EXPORT_OK] );
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Grok/Resource/u4x.pm
Expand Up @@ -3,7 +3,7 @@ package App::Grok::Resource::u4x;
use strict;
use warnings;

our $VERSION = '0.18_01';
our $VERSION = '0.18_02';
use base qw(Exporter);
our @EXPORT_OK = qw(u4x_index u4x_fetch u4x_locate);
our %EXPORT_TAGS = ( ALL => [@EXPORT_OK] );
Expand Down

0 comments on commit c8c05c2

Please sign in to comment.