Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version to 0.16_01
  • Loading branch information
hinrik committed Jul 24, 2009
1 parent dd7f247 commit 0237272
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.16
0.16 Fri Jul 24 13:22:42 GMT 2009
- Rename -l/--only option to -l/--locate
- Move parsers to the App::Grok::Parser:: namespace
- Move all resource backends to App::Grok::Resource::*
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.15';
our $VERSION = '0.16_01';
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.15';
our $VERSION = '0.16_01';

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.15';
our $VERSION = '0.16_01';

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.14';
our $VERSION = '0.16_01';
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.14';
our $VERSION = '0.16_01';
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.14';
our $VERSION = '0.16_01';
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.14';
our $VERSION = '0.16_01';
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.14';
our $VERSION = '0.16_01';
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 0237272

Please sign in to comment.