diff options
author | Matteo Pasotti <matteo.pasotti@gmail.com> | 2015-01-08 12:32:52 +0100 |
---|---|---|
committer | Matteo Pasotti <matteo.pasotti@gmail.com> | 2015-01-08 12:32:52 +0100 |
commit | b4eeab6d7f05dab5bbd973073bbdbab694171659 (patch) | |
tree | e08aec7b47763f79dcf64b9d32ee368c5db4a6e1 | |
parent | c31b1f2edd43d60416ccdbdc76d0d87e297efd7c (diff) | |
download | manatools-b4eeab6d7f05dab5bbd973073bbdbab694171659.tar manatools-b4eeab6d7f05dab5bbd973073bbdbab694171659.tar.gz manatools-b4eeab6d7f05dab5bbd973073bbdbab694171659.tar.bz2 manatools-b4eeab6d7f05dab5bbd973073bbdbab694171659.tar.xz manatools-b4eeab6d7f05dab5bbd973073bbdbab694171659.zip |
added Moose::AutoBox and MDK::Common::Various prereq
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 3bd403b3..ebe6ee4c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -25,6 +25,7 @@ WriteMakefile( }, PREREQ_PM => { "Moose" => 0, + "Moose::Autobox" => 0, "Config::Auto" => 0, "Config::Hosts" => 0, "Config::Tiny" => 0, @@ -52,6 +53,7 @@ WriteMakefile( "MDK::Common::Func" => 0, "MDK::Common::System" => 0, "MDK::Common::String" => 0, + "MDK::Common::Various" => 0, "Net::DBus" => 0, "URPM" => 0, "Glib" => 0, |