Skip to content

Commit

Permalink
Fix t/autolint.t and update to 1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Oct 28, 2011
1 parent 8f440e2 commit 93c9d6e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Changes
Expand Up @@ -4,6 +4,14 @@ WWW::Mechanize and Test::WWW::Mechanize do not use rt.cpan.org for
bug tracking. They are now being tracked via Google Code at
http://code.google.com/p/www-mechanize/issues/list

1.38 Fri Oct 28 10:12:48 CDT 2011
------------------------------------
[FIXES]
Now passes tests even if HTML::Lint is not installed.

There are no other changes in 1.38.


1.36 Thu Oct 27 00:09:21 CDT 2011
------------------------------------
[ENHANCEMENTS]
Expand Down
4 changes: 2 additions & 2 deletions Mechanize.pm
Expand Up @@ -9,11 +9,11 @@ Test::WWW::Mechanize - Testing-specific WWW::Mechanize subclass
=head1 VERSION
Version 1.36
Version 1.38
=cut

our $VERSION = '1.36';
our $VERSION = '1.38';

=head1 SYNOPSIS
Expand Down
1 change: 0 additions & 1 deletion t/autolint.t
Expand Up @@ -5,7 +5,6 @@ use warnings;
use Test::Builder::Tester;
use Test::More;
use URI::file;
use HTML::Lint;

BEGIN {
eval 'use HTML::Lint';
Expand Down

0 comments on commit 93c9d6e

Please sign in to comment.