- or download this
cpan[1]> install Test::XML::Ordered
...
SHLOMIF/Test-XML-Ordered-0.0.9.tar.gz
./Build install -- OK
- or download this
use Test::More tests => 1;
- or download this
use Test::XML::Ordered;
- or download this
Undefined subroutine &main::is_xml_ordered called at pm_1228677_test_x
+ml_ordered.t line 28.
- or download this
use Test::XML::Ordered 'is_xml_ordered';
- or download this
use strict;
use warnings;
...
{},
'Test $got_bad'
);
- or download this
$ prove -v pm_1228677_test_xml_ordered.t
pm_1228677_test_xml_ordered.t ..
...
Non-zero exit status: 1
Files=1, Tests=2, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.12 cusr
+ 0.01 csys = 0.16 CPU)
Result: FAIL