--- NullP.pm.orig       2005-03-24 13:17:24.093750000 +0300
+++ NullP.pm    2005-03-24 13:17:29.265625000 +0300
@@ -72,7 +72,7 @@
        # else pass up to DBI to handle
        if ($attrib eq 'AutoCommit') {
            return 1 if $value; # is already set
-           croak("Can't disable AutoCommit");
+           Carp::croak("Can't disable AutoCommit");
        }
        return $dbh->SUPER::STORE($attrib, $value);
     }

--
Sergey Skvortsov
mailto: [EMAIL PROTECTED]

Reply via email to