[ol7_developer_EPEL] perl-Test-XML-0.08-2.el7.noarch

Name:perl-Test-XML
Version:0.08
Release:2.el7
Architecture:noarch
Group:Development/Libraries
Size:34566
License:GPL+ or Artistic
RPM: perl-Test-XML-0.08-2.el7.noarch.rpm
Source RPM: perl-Test-XML-0.08-2.el7.src.rpm
Build Date:Thu Nov 09 2017
Build Host:x86-ol7-builder-01.us.oracle.com
Vendor:Oracle America
URL:http://search.cpan.org/dist/Test-XML/
Summary:Compare XML in perl tests
Description:
This module contains generic XML testing tools. Functions include:

is_xml(GOT, EXPECTED [, TESTNAME ])

  This function compares GOT and EXPECTED, both of which are strings of XML.
  The comparison works semantically and will ignore differences in syntax
  that are meaningless in xml, such as different quote characters for
  attributes, order of attributes or empty tag styles. It returns true or
  false, depending upon test success.

isnt_xml(GOT, MUST_NOT_BE [, TESTNAME ])

  This function is similiar to is_xml(), except that it will fail if GOT and
  MUST_NOT_BE are identical.

is_well_formed_xml(XML [, TESTNAME ])

  This function determines whether or not a given XML string is parseable as
  XML.

is_good_xml(XML [, TESTNAME ])

    This is an alias for is_well_formed_xml().

Changelog (Show File list) (Show related packages)