The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Devel::System - intercept calls to system to add extra diagnostics

SYNOPSIS

  use Devel::System;
  $Devel::System::dry_run = 1; # don't really do it

  system qw( rm -rf / );

or from the command line:

  perl -MDevel::System=dry_run -e'system qw( rm -rf / )'

DEPENDENCIES

This module has external dependencies on the following modules:

 String::ShellQuote

INSTALLATION

 perl Build.PL
 perl Build test

and if all goes well

 perl Build install

HISTORY

What changed over the last 3 revisions

0.01 Friday 3rd October, 2003
        Initial CPAN release
=back

AUTHOR

Richard Clamp <richardc@unixbeard.net>

COPYRIGHT

Copyright (C) 2003 Richard Clamp. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

"system" in perlfunc

1 POD Error

The following errors were encountered while parsing the POD:

Around line 45:

You forgot a '=back' before '=head1'