Test-Command-Simple

 view release on metacpan or  search on metacpan

lib/Test/Command/Simple.pm  view on Meta::CPAN

    $stderr
}

=head2 rc

Returns the last run's full $?, suitable for passing to L<POSIX>'s
:sys_wait_h macros (WIFEXITED, WEXITSTATUS, etc.)

=cut

sub rc() {
    $rc
}

=head2 exit_status

Returns the exit status of the last run

=cut

sub exit_status()



( run in 4.187 seconds using v1.01-cache-2.11-cpan-524268b4103 )