From 63f64a58b6c189453a88225394ff5d69cabbb343 Mon Sep 17 00:00:00 2001
From: Pascal Rigaux Guillaume Cottenceau (maintainer: Pixel) 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.perl-MDK-Common tutorial v0.1
-
+
@@ -25,7 +25,7 @@
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