Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > b82244f50d0b06c880780c7b58be1597 > files > 72

perl-Qt-3.008-11mdv2008.1.i586.rpm

#!/usr/bin/perl -w
# Use the tutorials as a test suite
@tutorials = (sort(glob("t?")), sort(glob("t??")));
for $tutorial (@tutorials) {
    chdir($tutorial) || next;
    system("$^X -w $tutorial.pl");
    chdir("..");
}