perlport information about portably embedding string data.
[p5sagit/p5-mst-13.2.git] / jpl / JNI / JNI.pm
index c91ae9c..6ef65e2 100644 (file)
@@ -198,7 +198,7 @@ sub AUTOLOAD {
     ($constname = $AUTOLOAD) =~ s/.*:://;
     my $val = constant($constname, @_ ? $_[0] : 0);
     if ($! != 0) {
-       if ($! =~ /Invalid/ || $!{EINVAL}) {
+       if ($! =~ /Invalid/) {
            $AutoLoader::AUTOLOAD = $AUTOLOAD;
            goto &AutoLoader::AUTOLOAD;
        }
@@ -318,8 +318,6 @@ JNI - Perl encapsulation of the Java Native Interface
 
 =head1 DESCRIPTION
 
-This module provides an encapsulation in Perl of the Java Native Interface.
-
 =head1 Exported constants
 
   JNI_ABORT