[svn:parrot] r42869 - trunk/runtime/parrot/library

fperrad at svn.parrot.org fperrad at svn.parrot.org
Thu Dec 3 09:39:32 UTC 2009


Author: fperrad
Date: Thu Dec  3 09:39:29 2009
New Revision: 42869
URL: https://trac.parrot.org/parrot/changeset/42869

Log:
[distutils] update dependencies doc

Modified:
   trunk/runtime/parrot/library/distutils.pir

Modified: trunk/runtime/parrot/library/distutils.pir
==============================================================================
--- trunk/runtime/parrot/library/distutils.pir	Thu Dec  3 06:37:41 2009	(r42868)
+++ trunk/runtime/parrot/library/distutils.pir	Thu Dec  3 09:39:29 2009	(r42869)
@@ -95,21 +95,59 @@
     $ parrot setup.pir test
     $ sudo parrot setup.pir install
 
-=head2 EXTERNAL DEPENDENCIES
+=head2 PERL DEPENDENCIES
 
 =over 4
 
-=item prove
+=item prove (in step 'test')
 
-Perl5 and core module Test-Harness
+core module Test-Harness
+
+=item prove --archive (in step 'smoke')
+
+module TAP-Harness-Archive
 
 =item pod2html
 
-Perl5 and core module Pod-Html
+core module Pod-Html
 
 =item chmod (in step 'install')
 
-Perl5 and core module ExtUtils::Command
+core module ExtUtils::Command
+
+=back
+
+=head2 PARROT DEPENDENCIES
+
+=over 4
+
+=item glob (in step 'manifest' & 'sdist')
+
+PGE::Glob
+
+Limitation: currently, OS.'readdir' is dummy with MSVC.
+
+=back
+
+=head2 SYSTEM DEPENDENCIES
+
+=over 4
+
+=item smoke
+
+curl
+
+=item sdist_gztar
+
+Some coreutils : tar, gzip
+
+=item sdist_zip
+
+zip
+
+=item bdist_wininst
+
+Inno Setup
 
 =back
 


More information about the parrot-commits mailing list