summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-01-02 23:49:17 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-01-02 23:49:17 -0800
commitdbe1c45dfc646f81b41cf322f7c93f0ddca03bfd (patch)
treea3fb73a4c5d3bd5544bb282b1bbac7658e0dab51
parentfa3a75c51ac0ee5288d905101964f87546af462e (diff)
downloadperl-dbe1c45dfc646f81b41cf322f7c93f0ddca03bfd.tar.gz
missing article
-rw-r--r--pod/perlboot.pod2
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);