Help for this page

Select Code to Download


  1. or download this
    cpan[1]> install Test::XML::Ordered
    ...
      SHLOMIF/Test-XML-Ordered-0.0.9.tar.gz
      ./Build install  -- OK
    
  2. or download this
    use Test::More tests => 1;
    
  3. or download this
    use Test::XML::Ordered;
    
  4. or download this
    Undefined subroutine &main::is_xml_ordered called at pm_1228677_test_x
    +ml_ordered.t line 28.
    
  5. or download this
    use Test::XML::Ordered 'is_xml_ordered';
    
  6. or download this
    use strict;
    use warnings;
    ...
        {},
        'Test $got_bad'
    );
    
  7. 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