Skip to content

Commit

Permalink
bump version to 0.7.1; whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Jun 15, 2011
1 parent 1a64d41 commit 49f0db6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/App/Mowyw.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
#use warnings FATAL => 'all';

our $VERSION = '0.7.0';
our $VERSION = '0.7.1';

use App::Mowyw::Lexer qw(lex);
use App::Mowyw::Datasource;
Expand Down Expand Up @@ -552,9 +552,9 @@ sub do_hilight {
if ($lang eq 'escape'){
return encode_entities($str);
}
eval {
eval {
no warnings "all";
require Text::VimColor;
require Text::VimColor;
};
if ($@){
# require was not successfull
Expand Down

0 comments on commit 49f0db6

Please sign in to comment.