Changes for 0.50 Mon Sep 7 16:17:32 BST 2009
=================================================
* Apply patch from Steve Hay that fixes a test failure in
core since the move from lib/ to ext/ [RT #49490]
$USE_IPC_RUN $USE_IPC_OPEN3 $WARN
];
- $VERSION = '0.48';
+ $VERSION = '0.50';
$VERBOSE = 0;
$DEBUG = 0;
$WARN = 1;
### can_run tests
{
- ok( can_run('perl'), q[Found 'perl' in your path] );
+ ok( can_run("$^X"), q[Found 'perl' in your path] );
ok( !can_run('10283lkjfdalskfjaf'), q[Not found non-existant binary] );
}