summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd J <mohawk2@users.noreply.github.com>2022-02-12 23:17:15 +0000
committerEd J <mohawk2@users.noreply.github.com>2022-02-12 23:17:15 +0000
commitabd6e9d5512ad4d71fb8af2bdf6991d5fd6de1bb (patch)
tree9e76efab2c1b0b0a6abbbd9082c573ccb74d78b4
parente6ea6eb17faf2d75cfc8169f00e7897e1c727e47 (diff)
use "our"
-rw-r--r--lib/Inline/Java/Portable.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Inline/Java/Portable.pm b/lib/Inline/Java/Portable.pm
index 3a0adde..34c122a 100644
--- a/lib/Inline/Java/Portable.pm
+++ b/lib/Inline/Java/Portable.pm
@@ -1,6 +1,4 @@
package Inline::Java::Portable ;
-@Inline::Java::Portable::ISA = qw(Exporter) ;
-
use strict ;
use Exporter ;
@@ -9,7 +7,8 @@ use Config ;
use File::Find ;
use File::Spec ;
-$Inline::Java::Portable::VERSION = '0.53_90' ;
+our @ISA = qw(Exporter) ;
+our $VERSION = '0.53_90' ;
# Here is some code to figure out if we are running on command.com
# shell under Windows.