summaryrefslogtreecommitdiffstats
path: root/MDK/Common/Globals.pm
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
commitb56d9fe005fe034e705647e9c5c4b8afbc619b8f (patch)
treebf33eb2108d7438e3688da98b85744182a65899e /MDK/Common/Globals.pm
parentaefe7b6ac40fc48c20f3c878e34913d1431bc2b8 (diff)
downloadperl-MDK-Common-b56d9fe005fe034e705647e9c5c4b8afbc619b8f.tar
perl-MDK-Common-b56d9fe005fe034e705647e9c5c4b8afbc619b8f.tar.gz
perl-MDK-Common-b56d9fe005fe034e705647e9c5c4b8afbc619b8f.tar.bz2
perl-MDK-Common-b56d9fe005fe034e705647e9c5c4b8afbc619b8f.tar.xz
perl-MDK-Common-b56d9fe005fe034e705647e9c5c4b8afbc619b8f.zip
add documentation
Diffstat (limited to 'MDK/Common/Globals.pm')
-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