]> git.mjollnir.org Git - cil.git/commitdiff
Flesh out more of the required modules. Alphabetize.
authorNathaniel R. Reindl <nrr@corvidae.org>
Fri, 9 Apr 2010 20:20:03 +0000 (16:20 -0400)
committerAndrew Chilton <andychilton@gmail.com>
Wed, 12 May 2010 02:28:47 +0000 (14:28 +1200)
INSTALLATION

index 1ca76b80584debc9f37a3530e533847f52ee3225..517ca88ee6fa36b059522791d5f16c4e3310abbe 100644 (file)
@@ -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.
 
 ===============================================================================