FAQ sync.
[p5sagit/p5-mst-13.2.git] / lib / CGI / t / form.t
index ae6ed59..612e2e1 100755 (executable)
@@ -5,9 +5,10 @@ BEGIN {
        if ($ENV{PERL_CORE}) {
                @INC = '../lib';
        } else {
-               # Due to a bug in older versions of MakeMaker & Test::Harness, we must
-               # ensure the blib's are in @INC, else we might use the core CGI.pm
-               unshift @INC, qw( ../blib/lib ../blib/arch lib );
+               # Due to a bug in older versions of MakeMaker & Test::Harness,
+               # we must ensure the blib's are in @INC, else we might use
+               # the core CGI.pm
+               unshift @INC, qw( ../blib/lib ../blib/arch ../lib );
        }
 }
 
@@ -127,7 +128,7 @@ is(popup_menu(-name     => 'game',
 <select name="game">
 <option  value="checkers">checkers</option>
 <option  value="chess">chess</option>
-<option selected="1" value="cribbage">cribbage</option>
+<option  selected="1" value="cribbage">cribbage</option>
 </select>
 END