diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-11-25 13:16:43 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-11-25 13:16:43 +0000 |
commit | 464940c09a42f968e359606bddb8d4ee83718403 (patch) | |
tree | 82a1cead4d6d666ee284ad81bbf3b860be685372 /tutorial.html | |
parent | dcfc8c7302059b30fc97aee62a5d29a3d690d7f5 (diff) | |
download | perl-MDK-Common-464940c09a42f968e359606bddb8d4ee83718403.tar perl-MDK-Common-464940c09a42f968e359606bddb8d4ee83718403.tar.gz perl-MDK-Common-464940c09a42f968e359606bddb8d4ee83718403.tar.bz2 perl-MDK-Common-464940c09a42f968e359606bddb8d4ee83718403.tar.xz perl-MDK-Common-464940c09a42f968e359606bddb8d4ee83718403.zip |
get rid of MDK::Common::Globals (not used anymore by drakconnect)
Diffstat (limited to 'tutorial.html')
-rw-r--r-- | tutorial.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tutorial.html b/tutorial.html index a7fc973..7659949 100644 --- a/tutorial.html +++ b/tutorial.html @@ -36,7 +36,6 @@ <ul> <li><tt>MDK::Common::File</tt>: some useful list/hash functions</li> <li><tt>MDK::Common::Func</tt>: functions suited to functional-style programming</li> - <li><tt>MDK::Common::Globals</tt>: allows to share constant values between packages</li> <li><tt>MDK::Common::Math</tt>: some math functions</li> <li><tt>MDK::Common::String</tt>: functions to perform various formatting on strings</li> <li><tt>MDK::Common::System</tt>: system-related useful functions</li> |