From 63f64a58b6c189453a88225394ff5d69cabbb343 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 25 Nov 2005 09:34:30 +0000 Subject: - replace Mandrakesoft with Mandriva - gc@mandrakesoft.com is no more, put my address instead --- tutorial.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tutorial.html') diff --git a/tutorial.html b/tutorial.html index 9fe5147..a7fc973 100644 --- a/tutorial.html +++ b/tutorial.html @@ -8,15 +8,15 @@ perl-MDK-Common tutorial - - + +

perl-MDK-Common tutorial v0.1

-

Guillaume Cottenceau

+

Guillaume Cottenceau (maintainer: Pixel)


@@ -25,7 +25,7 @@

This document aims at helping people interested in learning more on perl-MDK-Common, a Perl library which is intensively - used in MandrakeSoft in-house software development.

+ used in Mandriva in-house software development.

The library adds some convenient "basic" functions to Perl, allows easier functional-style programming, and also provides @@ -53,7 +53,7 @@

Additionally, perl-MDK-Common provides a binary called perl_checker, which is a Perl compiler aiming at enforcing the use of a subset of Perl, so that all - MandrakeSoft Perl programs roughly follow the same code style. + Mandriva Perl programs roughly follow the same code style. It will also help the programmer to remove unneeded parentheses and conditionals.

@@ -142,7 +142,7 @@ files. cat_ allows to do that easily:

-  printf "Mandrake release:\n%s\n", cat_('/etc/mandrake-release');
+  printf "Mandriva release:\n%s\n", cat_('/etc/mandriva-release');
 
   foreach (cat_('/proc/mounts')) {
       my ($dev, $where, $type) = split;
-- 
cgit v1.2.1