Skip to content
This repository has been archived by the owner on Apr 14, 2019. It is now read-only.

Commit

Permalink
bumping up version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Mar 29, 2012
1 parent f8ea648 commit 1122315
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/HTML/Lint.pm
Expand Up @@ -12,11 +12,11 @@ HTML::Lint - check for HTML errors in a string or file
=head1 VERSION
Version 2.10
Version 2.11_01
=cut

our $VERSION = '2.10';
our $VERSION = '2.11_01';

=head1 SYNOPSIS
Expand Down
6 changes: 3 additions & 3 deletions lib/Test/HTML/Lint.pm
Expand Up @@ -6,7 +6,7 @@ use strict;
use Test::Builder;
use Exporter;

use HTML::Lint 2.10;
use HTML::Lint;

use vars qw( @ISA $VERSION @EXPORT );

Expand All @@ -18,11 +18,11 @@ Test::HTML::Lint - Test::More-style wrapper around HTML::Lint
=head1 VERSION
Version 2.10
Version 2.11_01
=cut

$VERSION = '2.10';
$VERSION = '2.11_01';

my $Tester = Test::Builder->new;

Expand Down

0 comments on commit 1122315

Please sign in to comment.