summaryrefslogtreecommitdiff
path: root/jpl/JNI/JNI.pm
diff options
context:
space:
mode:
Diffstat (limited to 'jpl/JNI/JNI.pm')
-rw-r--r--jpl/JNI/JNI.pm18
1 files changed, 4 insertions, 14 deletions
diff --git a/jpl/JNI/JNI.pm b/jpl/JNI/JNI.pm
index b0e87afa3d..7797ad632a 100644
--- a/jpl/JNI/JNI.pm
+++ b/jpl/JNI/JNI.pm
@@ -233,31 +233,19 @@ if (not $JPL::_env_) {
$JVM = GetJavaVM("$JAVALIB/libjava.so",@JVM_ARGS);
}
-# Preloaded methods go here.
-
-# Autoload methods go after =cut, and are processed by the autosplit program.
-
1;
__END__
-# Below is the stub of documentation for your module. You better edit it!
=head1 NAME
-JNI - Perl extension for blah blah blah
+JNI - Perl encapsulation of the Java Native Interface
=head1 SYNOPSIS
use JNI;
- blah blah blah
=head1 DESCRIPTION
-Stub documentation for JNI was created by h2xs. It looks like the
-author of the extension was negligent enough to leave the stub
-unedited.
-
-Blah blah blah.
-
=head1 Exported constants
JNI_ABORT
@@ -271,7 +259,9 @@ Blah blah blah.
=head1 AUTHOR
-A. U. Thor, a.u.thor@a.galaxy.far.far.away
+Copyright 1998, O'Reilly & Associates, Inc.
+
+This package may be copied under the same terms as Perl itself.
=head1 SEE ALSO