diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-01-09 09:27:52 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-01-09 09:27:52 +0100 |
commit | a4b62489c939b411ee8f4931607b4d6afbd097aa (patch) | |
tree | 356070b2fa648eeb470656962db06f8b3694e668 | |
parent | 8388a6dec2f614e97a8808c4a24474baf856caf1 (diff) | |
download | manatools-a4b62489c939b411ee8f4931607b4d6afbd097aa.tar manatools-a4b62489c939b411ee8f4931607b4d6afbd097aa.tar.gz manatools-a4b62489c939b411ee8f4931607b4d6afbd097aa.tar.bz2 manatools-a4b62489c939b411ee8f4931607b4d6afbd097aa.tar.xz manatools-a4b62489c939b411ee8f4931607b4d6afbd097aa.zip |
DataStructure not DataStore
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 16e4e49f..8f7dbc8f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -54,7 +54,7 @@ WriteMakefile( "MDK::Common::System" => 0, "MDK::Common::String" => 0, "MDK::Common::Various" => 0, - "MDK::Common::DataStore" => 0, + "MDK::Common::DataStructure" => 0, "Net::DBus" => 0, "URPM" => 0, "Glib" => 0, |