diff --git a/Changes b/Changes index 03a44f0..4dc3757 100644 --- a/Changes +++ b/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 diff --git a/lib/App/Grok.pm b/lib/App/Grok.pm index 2d22a27..792149a 100644 --- a/lib/App/Grok.pm +++ b/lib/App/Grok.pm @@ -14,7 +14,7 @@ use Getopt::Long qw<:config bundling>; use List::Util qw; use Pod::Usage; -our $VERSION = '0.18_01'; +our $VERSION = '0.18_02'; my %opt; our $GOT_ANSI; diff --git a/lib/App/Grok/Parser/Pod5.pm b/lib/App/Grok/Parser/Pod5.pm index 8c96ae2..5f34a22 100644 --- a/lib/App/Grok/Parser/Pod5.pm +++ b/lib/App/Grok/Parser/Pod5.pm @@ -4,7 +4,7 @@ use strict; use warnings; use File::Temp qw; -our $VERSION = '0.18_01'; +our $VERSION = '0.18_02'; my %formatter = ( text => 'Pod::Text', diff --git a/lib/App/Grok/Parser/Pod6.pm b/lib/App/Grok/Parser/Pod6.pm index 845ce19..4d0523e 100644 --- a/lib/App/Grok/Parser/Pod6.pm +++ b/lib/App/Grok/Parser/Pod6.pm @@ -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) = @_; diff --git a/lib/App/Grok/Resource/File.pm b/lib/App/Grok/Resource/File.pm index dd3bcca..676b2d2 100644 --- a/lib/App/Grok/Resource/File.pm +++ b/lib/App/Grok/Resource/File.pm @@ -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] ); diff --git a/lib/App/Grok/Resource/Functions.pm b/lib/App/Grok/Resource/Functions.pm index ed74e7f..7f4467b 100644 --- a/lib/App/Grok/Resource/Functions.pm +++ b/lib/App/Grok/Resource/Functions.pm @@ -5,7 +5,7 @@ use warnings; use File::ShareDir qw; use File::Spec::Functions qw; -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] ); diff --git a/lib/App/Grok/Resource/Spec.pm b/lib/App/Grok/Resource/Spec.pm index be91620..5557a4e 100644 --- a/lib/App/Grok/Resource/Spec.pm +++ b/lib/App/Grok/Resource/Spec.pm @@ -5,7 +5,7 @@ use warnings; use File::ShareDir qw; use File::Spec::Functions qw; -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] ); diff --git a/lib/App/Grok/Resource/Table.pm b/lib/App/Grok/Resource/Table.pm index 685c0b1..c77e8e2 100644 --- a/lib/App/Grok/Resource/Table.pm +++ b/lib/App/Grok/Resource/Table.pm @@ -5,7 +5,7 @@ use warnings; use File::ShareDir qw; use File::Spec::Functions qw; -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] ); diff --git a/lib/App/Grok/Resource/u4x.pm b/lib/App/Grok/Resource/u4x.pm index bd470e6..07fb86a 100644 --- a/lib/App/Grok/Resource/u4x.pm +++ b/lib/App/Grok/Resource/u4x.pm @@ -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] );