diff options
author | Matteo Pasotti <matteo.pasotti@gmail.com> | 2015-01-08 18:36:25 +0100 |
---|---|---|
committer | Matteo Pasotti <matteo.pasotti@gmail.com> | 2015-01-08 18:36:25 +0100 |
commit | 60e81adaf84ceb65aeb364ad38afd3164281eb7b (patch) | |
tree | 9b10387af8011d74b35cb01c432e1cc26f316e34 | |
parent | ab9bc693f8e8b31792eff493d860e9bb4d072cbf (diff) | |
download | manatools-60e81adaf84ceb65aeb364ad38afd3164281eb7b.tar manatools-60e81adaf84ceb65aeb364ad38afd3164281eb7b.tar.gz manatools-60e81adaf84ceb65aeb364ad38afd3164281eb7b.tar.bz2 manatools-60e81adaf84ceb65aeb364ad38afd3164281eb7b.tar.xz manatools-60e81adaf84ceb65aeb364ad38afd3164281eb7b.zip |
added MDK::Common::DataStore as prereq
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index ebe6ee4c..16e4e49f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,6 +54,7 @@ WriteMakefile( "MDK::Common::System" => 0, "MDK::Common::String" => 0, "MDK::Common::Various" => 0, + "MDK::Common::DataStore" => 0, "Net::DBus" => 0, "URPM" => 0, "Glib" => 0, |