From b56d9fe005fe034e705647e9c5c4b8afbc619b8f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 25 Jul 2001 12:51:06 +0000 Subject: add documentation --- MDK/Common/Globals.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'MDK/Common/Globals.pm') 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 -- cgit v1.2.1