Update MANIFEST, README, Makefile.PL, Changes
[gruntmaster-data.git] / Makefile.PL
index d62a979aa70117a3adf836d23fdab17cbf8fe187..4e898d02378ea2c02a945083c89a275c57d1b9b9 100644 (file)
@@ -13,18 +13,20 @@ WriteMakefile(
        PREREQ_PM         => {
                qw/Getopt::Long 0
                   POSIX 0
+                  Term::ANSIColor 0
 
                   Date::Parse 0
+                  DBIx::Class::Core 0
+                  DBIx::Class::Schema 0
                   File::Slurp 0
                   IO::Prompter 0
+                  Lingua::EN::Inflect 0
                   JSON 0
-                  Redis 0
-                  Sub::Name 0
-                  Term::ANSIColor 0/,
+                  Sub::Name 0/,
        },
        BUILD_REQUIRES    => {
                qw/DBD::SQLite 0/,
-       }
+       },
        META_MERGE        => {
                dynamic_config => 0,
                resources      => {
This page took 0.010322 seconds and 4 git commands to generate.