We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54be012 commit bdc8044Copy full SHA for bdc8044
pod/perlclass.pod
@@ -70,8 +70,8 @@ used within the scope of this declaration.
70
71
Classes can be declared in either block or statement syntax. If a block is
72
used, the body of the block contains the implementation of the class. If the
73
-statement form is used, the remainder of the file is used up until the next
74
-C<class> or C<package> statement.
+statement form is used, the remainder of the current scope or file is used up
+until the next C<class> or C<package> statement.
75
76
A C<class> declaration can optionally have a version number, similar to the
77
C<package> keyword. It can also optionally have attributes. If both are
0 commit comments