diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/General/Guide.pod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/General/Guide.pod b/docs/General/Guide.pod index 20f48af..a3cfe38 100644 --- a/docs/General/Guide.pod +++ b/docs/General/Guide.pod @@ -112,9 +112,8 @@ All scripts should contain a header as follows: license => 'Public Domain', ); -The first two lines should be used in B<all> perl scripts, not just Irssi. They -provide far greater error checking and diagnostics should you make a mistake in your -code. +The first two lines are optional, but strongly advised. They provide far greater +error checking and diagnostics should you make a mistake in your code. The C<use vars qw($VERSION %IRSSI)> defines two global variables, which are then set below to the appropriate values. |