Message-ID: <
20070224182432.GA14446@localhost.localdomain>
p4raw-id: //depot/perl@30399
use Carp;
-$VERSION = 1.03;
+$VERSION = 1.04;
$Verbose ||= 0;
sub import {
# Now go for broke.
for ($i = 1; ($p,$f,$l,$s,$h,$w,$e,$r) = caller($i); $i++) {
@a = ();
- for $arg (@args) {
- $_ = "$arg";
+ for (@args) {
s/([\'\\])/\\$1/g;
s/([^\0]*)/'$1'/
unless /^(?: -?[\d.]+ | \*[\w:]* )$/x;