~ubuntu-branches/ubuntu/utopic/libtest-html-content-perl/utopic

« back to all changes in this revision

Viewing changes to lib/Test/HTML/Content/NoXPath.pm

  • Committer: Package Import Robot
  • Author(s): Dominic Hargreaves
  • Date: 2014-02-09 22:04:37 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140209220437-w2rahrtuzyxg6kvr
Tags: 0.09-1
* Switch to copyright-format 1.0
* Switch to debhelper compat to 8
* Update Standards-Version (no changes)
* New upstream release
  - new patch perl-5.14-stringification, integrated upstream 

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
eval 'use warnings;' if ($] >= 5.006);
11
11
use vars qw( $HTML_PARSER_StripsTags $VERSION @exports );
12
12
 
13
 
$VERSION = '0.08';
 
13
$VERSION = '0.09';
14
14
 
15
15
BEGIN {
16
16
  # Check whether HTML::Parser is v3 and delivers the comments starting