http://www.perlmonks.org?node_id=848791


in reply to Re^2: Help with HTML::Entities - decode_entities
in thread Help with HTML::Entities - decode_entities

*gasp* :D
$ perl -MTest::More=tests,2 -e"is( 1, 2 )" 1..2 not ok 1 # Failed test at -e line 1. # got: '1' # expected: '2' # Looks like you planned 2 tests but ran 1. # Looks like you failed 1 test of 1 run.