The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use lib qw(./lib);
use warnings;

use Test::More tests => 3;                      # last test to print

use_ok('HTML::Element' );
use_ok('HTML::Element::AbsoluteXPath');

my @has = grep{ $_ eq 'abs_xpath'  }keys %HTML::Element::;

ok( @has , 'has abs_xpath');