[DELTA]
Changes for 0.24 Wed Jan 12 13:16:01 GMT 2011
=====================================================
* Skip some tests if we are not on a terminal
'Term::UI' =>
{
'MAINTAINER' => 'kane',
- 'DISTRIBUTION' => 'BINGOS/Term-UI-0.22.tar.gz',
+ 'DISTRIBUTION' => 'BINGOS/Term-UI-0.24.tar.gz',
'FILES' => q[cpan/Term-UI],
'UPSTREAM' => 'cpan',
},
BEGIN {
use vars qw[$VERSION $AUTOREPLY $VERBOSE $INVALID];
$VERBOSE = 1;
- $VERSION = '0.22';
+ $VERSION = '0.24';
$INVALID = loc('Invalid selection, please try again: ');
}
$Term::UI::AUTOREPLY = $Term::UI::AUTOREPLY = 1;
$Term::UI::VERBOSE = $Term::UI::VERBOSE = 0;
+# SKIP tests if we aren't on a terminal
+SKIP: {
+
+skip 'not on a terminal', 18 unless -t;
+
### enable warnings
$^W = 1;
is( $rest, $munged, " Command parsed correctly" );
}
}
+
+} # End SKIP block
=item *
-C<Term::UI> has been upgraded from version 0.20 to 0.22
+C<Term::UI> has been upgraded from version 0.20 to 0.24
=item *