From: Nathaniel R. Reindl Date: Fri, 9 Apr 2010 20:20:03 +0000 (-0400) Subject: Flesh out more of the required modules. Alphabetize. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6626096ba26db61e9e39b398c658fc3edf950f41;p=cil.git Flesh out more of the required modules. Alphabetize. --- diff --git a/INSTALLATION b/INSTALLATION index 1ca76b8..517ca88 100644 --- a/INSTALLATION +++ b/INSTALLATION @@ -5,19 +5,21 @@ Dependencies Perl Modules: - * Getopt::Mixed - * File::Touch - * File::Glob (potentially core) - * File::Basename (potentially core) - * MIME::Base64 (potentially core) - * Email::Find + * Class::Accessor + * DateTime + * Digest (Perl core module) * Email::Date + * Email::Find + * File::Basename (Perl core module) + * File::Glob (Perl core module) + * File::HomeDir + * File::Slurp + * File::Touch + * Getopt::Mixed * Git.pm (from the git distribution) - * DateTime + * MIME::Base64 (Perl core module) -Some of these are distributed with perl itself but is left as an excercise to -the reader to figure out what you need in your distribution (for Debian Etch, -see below). +Install these with your system's respective package manager. ===============================================================================