summaryrefslogtreecommitdiffstats
path: root/MDK/Common
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-07-25 12:51:06 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-07-25 12:51:06 +0000
commitb165dd5a00c6c3ac0050b34d0b7ed45a59607986 (patch)
treeb18197f0ab947993bb9890dd7c7858b864ec34f6 /MDK/Common
parente5967a4d74e730f06b14994fdacde370ce96bba3 (diff)
downloadperl_checker-b165dd5a00c6c3ac0050b34d0b7ed45a59607986.tar
perl_checker-b165dd5a00c6c3ac0050b34d0b7ed45a59607986.tar.gz
perl_checker-b165dd5a00c6c3ac0050b34d0b7ed45a59607986.tar.bz2
perl_checker-b165dd5a00c6c3ac0050b34d0b7ed45a59607986.tar.xz
perl_checker-b165dd5a00c6c3ac0050b34d0b7ed45a59607986.zip
add documentation
Diffstat (limited to 'MDK/Common')
-rw-r--r--MDK/Common/Globals.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/MDK/Common/Globals.pm b/MDK/Common/Globals.pm
index 32a4fc1..15ca219 100644
--- a/MDK/Common/Globals.pm
+++ b/MDK/Common/Globals.pm
@@ -4,11 +4,11 @@ Shares constant values between modules
=head1 SYNOPSIS
-use MDK::Common::Globals "foo", qw($a $b);
-
-MDK::Common::Globals::init(a => 2, b => 3);
-
-print $a; # 2
+ use MDK::Common::Globals "foo", qw($a $b);
+
+ MDK::Common::Globals::init(a => 2, b => 3);
+
+ print $a; # 2
=cut