diff options
Diffstat (limited to 'pod/perlboot.pod')
-rw-r--r-- | pod/perlboot.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlboot.pod b/pod/perlboot.pod index a6b256a0fc..5aa6179575 100644 --- a/pod/perlboot.pod +++ b/pod/perlboot.pod @@ -253,7 +253,7 @@ The easiest is to just spell the package name out: @Cow::ISA = qw(Animal); -Or declare it as package global variable: +Or declare it as a package global variable: package Cow; our @ISA = qw(Animal); |